summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2015-07-31 02:28:28 +0530
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-05-04 14:21:29 +0000
commit93b4bf647a5899f54ef51f8b4bfed0faa66b466e (patch)
treeafccd767b2d2f275546038976e22d37914103d45 /include
parentfilter: svg: avoid undefined variables (diff)
downloadcore-93b4bf647a5899f54ef51f8b4bfed0faa66b466e.tar.gz
core-93b4bf647a5899f54ef51f8b4bfed0faa66b466e.zip
tdf#89466: Slide Background tab
Change-Id: Ic3ba6b47a1e5fcaeec76c4e4ff0ba6128653af86 Reviewed-on: https://gerrit.libreoffice.org/17007 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svxids.hrc10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index 82c040d2576e..bcdc8e9b32be 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -1015,9 +1015,15 @@
#define SID_ATTR_SHADOW_XDISTANCE ( SID_SVX_START + 1150 )
#define SID_ATTR_SHADOW_YDISTANCE ( SID_SVX_START + 1151 )
-#define SID_EDIT_POSTIT ( SID_SVX_START + 1152 )
-
+#define SID_ATTR_PAGE_COLOR ( SID_SVX_START + 1152 )
// 1153 is used by editeng (SID_ATTR_CHAR_BACK_COLOR)
+#define SID_ATTR_PAGE_GRADIENT ( SID_SVX_START + 1154 )
+#define SID_ATTR_PAGE_HATCH ( SID_SVX_START + 1155 )
+#define SID_ATTR_PAGE_BITMAP ( SID_SVX_START + 1156 )
+#define SID_ATTR_PAGE_FILLSTYLE ( SID_SVX_START + 1157 )
+
+#define SID_EDIT_POSTIT ( SID_SVX_START + 1158 )
+
// IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id
#define SID_SVX_FIRSTFREE (SID_EDIT_POSTIT + 1)