You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.0 KiB
29 lines
1.0 KiB
From 90fa0d8f1a00c690d5199129d26fbe6ee4762972 Mon Sep 17 00:00:00 2001
|
|
From: David Tardon <dtardon@redhat.com>
|
|
Date: Thu, 16 Jun 2016 16:11:17 +0200
|
|
Subject: [PATCH 2/2] sort the array
|
|
|
|
Change-Id: Iab15a4344d2174db2763603d0107bc9ec372e4fb
|
|
---
|
|
sd/source/ui/sidebar/SlideBackground.cxx | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx
|
|
index 4cd012f..d2fb73c 100644
|
|
--- a/sd/source/ui/sidebar/SlideBackground.cxx
|
|
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
|
|
@@ -339,9 +339,9 @@ IMPL_LINK_TYPED(SlideBackground, EventMultiplexerListener,
|
|
{
|
|
static sal_uInt16 SidArray[] = {
|
|
SID_ATTR_PAGE_COLOR,
|
|
+ SID_ATTR_PAGE_GRADIENT,
|
|
SID_ATTR_PAGE_HATCH,
|
|
SID_ATTR_PAGE_BITMAP,
|
|
- SID_ATTR_PAGE_GRADIENT,
|
|
SID_ATTR_PAGE_FILLSTYLE,
|
|
SID_DISPLAY_MASTER_BACKGROUND,
|
|
SID_DISPLAY_MASTER_OBJECTS,
|
|
--
|
|
2.7.4
|
|
|