diff options
Diffstat (limited to 'include/svx/dialogs.hrc')
-rw-r--r-- | include/svx/dialogs.hrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc index 1d91d394ed1f..0f8d02cdb8a6 100644 --- a/include/svx/dialogs.hrc +++ b/include/svx/dialogs.hrc @@ -1004,8 +1004,11 @@ #define RID_SVXSTR_DOC_MODIFIED_NO (SVX_OOO_BUILD_START + 5) // 1235 #define RID_SVXSTR_DOC_LOAD (SVX_OOO_BUILD_START + 6) // 1236 +// sidebar-related resources (defined in the appropriate .hrc's) +#define RID_SVX_SIDEBAR_BEGIN (RID_SVX_START + 1240) + // !!! IMPORTANT: consider and update RID_SVXSTR_NEXTFREE when introducing new RIDs for Strings !!! -#define RID_SVXSTR_NEXTFREE (RID_SVX_START + 1237) +#define RID_SVXSTR_NEXTFREE (RID_SVX_START + 1260) // ---------------------------------------------------------------------------- // if we have _a_lot_ time, we should group the resource ids by type, instead |