diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-10-22 22:11:31 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-10-22 23:25:52 +0300 |
commit | 9f06a0988d39dddcd14c9424dd48e2990cf8351f (patch) | |
tree | d791e7280ecaa19887c1a56a8516016ccecfed99 /include | |
parent | e2b84636b3baf344cbc8f709478714ddea7caced (diff) |
fdo#84844 Sidebar: Use SvxColorToolBoxControl for paragraph color
Change-Id: I0231a52288ca9a8a2a5e5cdb13fdff772b989640
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dialogs.hrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc index 60e134f5f551..06980523e035 100644 --- a/include/svx/dialogs.hrc +++ b/include/svx/dialogs.hrc @@ -26,7 +26,7 @@ // Resource-Id's ------------------------------------------------------------ // !!! IMPORTANT: consider and update FIRSTFREE when introducing new RIDs !!! (not for RIDs for Strings - they have there own) -#define RID_SVX_FIRSTFREE 334 +#define RID_SVX_FIRSTFREE 333 // some strings also used in CUI #define RID_SVXERRCTX (RID_SVX_START + 351) @@ -221,9 +221,8 @@ #define RID_POPUPPANEL_PARAPAGE_LINESPACING (RID_SVX_START + 329) #define RID_POPUPPANEL_PARAPAGE_BULLETS (RID_SVX_START + 330) #define RID_POPUPPANEL_PARAPAGE_NUMBERING (RID_SVX_START + 331) -#define RID_POPUPPANEL_PARAPAGE_BACK_COLOR (RID_SVX_START + 332) -#define RID_SIDEBAR_INSERT_PANEL (RID_SVX_START + 333) +#define RID_SIDEBAR_INSERT_PANEL (RID_SVX_START + 332) // !!! IMPORTANT: consider and update RID_SVX_FIRSTFREE when introducing new RIDs !!! (see above) |