diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-05 12:21:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-05 13:24:09 +0000 |
commit | 1016cd785685118fb6c69fe59ba9bd0647a76f63 (patch) | |
tree | 7dbc1e91a835a0662634d67a1d751707948855ae /include | |
parent | c03d803a723e3325b210346126115457e914f605 (diff) |
flatten and simplify this resource hierarchy
Change-Id: I622dae5f36b44c08e597d94fe8184ad92504d038
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dialogs.hrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc index 64fee58d3e7b..0282980c06a9 100644 --- a/include/svx/dialogs.hrc +++ b/include/svx/dialogs.hrc @@ -198,6 +198,10 @@ // Menu for the ruler #define RID_SVXMN_RULER (RID_SVX_START + 92) +#define RID_SVXBMP_FRMSEL_ARROWS (RID_SVX_START + 93) +#define RID_SVXSTR_FRMSEL_TEXTS (RID_SVX_START + 94) +#define RID_SVXSTR_FRMSEL_DESCRIPTIONS (RID_SVX_START + 95) + // for Toolbox-Control style #define RID_SVX_STYLE_MENU (RID_SVX_START + 121) #define RID_SVX_UPDATE_STYLE (RID_SVX_START + 122) @@ -866,8 +870,6 @@ #define RID_SVXSTR_TRASNGR_START RID_SVXSTR_TRASNGR0 // RID_SVXSTR_TRASNGR_END RID_SVXSTR_TRASNGR0 -#define RID_SVXSTR_BORDER_CONTROL (RID_SVX_START + 852) - // Accessibility strings. The actual string ids are defined in // svx/inc/accessibility.hrc, the strings are defined in // svx/source/accessibility/accessibility.src |