diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-06 10:11:01 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-06 10:11:47 +0200 |
commit | 48ccd80566d18ef0305381d7b4ed68fdaf032948 (patch) | |
tree | d79922c21290d2d02b04d317317e6d4015569c68 /include | |
parent | 14bfa5ccd9ce531a26a006a2b62fe87d36a98d7d (diff) |
remove some more unused resource ids
Change-Id: Ife159630b7e68e8e346619853b8285f46dcf275b
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dialogs.hrc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc index d2a72247f00d..0c71500a097a 100644 --- a/include/svx/dialogs.hrc +++ b/include/svx/dialogs.hrc @@ -119,7 +119,6 @@ #define RID_SW_TP_OPTCAPTION_PAGE (RID_OFA_START + 256) #define SID_SC_TP_LAYOUT (RID_OFA_START + 218) #define SID_SC_TP_CONTENT (RID_OFA_START + 219) -#define SID_SC_TP_INPUT (RID_OFA_START + 220) #define SID_SC_TP_GRID (RID_OFA_START + 221) #define SID_SC_TP_USERLISTS (RID_OFA_START + 222) #define SID_SC_TP_CALC (RID_OFA_START + 223) @@ -1040,13 +1039,8 @@ // I suggest sticking to per-type ids instead of per-semantic ids, this is // better maintainable (IMO), and does not waste that much ids -// "Window" resource ids - // "ModalDialog" resource ids -// "Menu" resource ids -#define RID_SVX_MDLG_FONTWORK_CHARSPACING ( RID_SVX_START + 19 ) - // document recovery and error report // recycling ids from DBManager #define RID_SVX_MDLG_DOCRECOVERY_BROKEN ( RID_SVX_START + 12 ) |