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 /svx/source/src | |
parent | 14bfa5ccd9ce531a26a006a2b62fe87d36a98d7d (diff) |
remove some more unused resource ids
Change-Id: Ife159630b7e68e8e346619853b8285f46dcf275b
Diffstat (limited to 'svx/source/src')
-rw-r--r-- | svx/source/src/app.hrc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/src/app.hrc b/svx/source/src/app.hrc index 6c83495467f9..d19db1c8443c 100644 --- a/svx/source/src/app.hrc +++ b/svx/source/src/app.hrc @@ -33,17 +33,8 @@ #define RID_OFAPAGE_HTMLOPT (RID_OFA_START + 100) #define RID_OFA_AUTOCORR_DLG (RID_OFA_START + 101) -#define RID_OFAPAGE_AUTOCORR_OPTIONS (RID_OFA_START + 102) -#define RID_OFAPAGE_AUTOCORR_REPLACE (RID_OFA_START + 103) -#define RID_OFAPAGE_AUTOCORR_EXCEPT (RID_OFA_START + 104) -#define RID_OFAPAGE_AUTOCORR_QUOTE (RID_OFA_START + 109) -#define RID_OFAPAGE_AUTOFMT_APPLY (RID_OFA_START + 110) -#define RID_OFADLG_PRCNT_SET (RID_OFA_START + 111) #define RID_OFADLG_OPTIONS_TREE_PAGES (RID_OFA_START + 116) -#define RID_OFAPAGE_AUTOCOMPLETE_OPTIONS (RID_OFA_START + 119) -#define RID_OFAPAGE_MSFILTEROPT (RID_OFA_START + 120) #define RID_OFAPAGE_MSFILTEROPT2 (RID_OFA_START + 121) -#define RID_OFAPAGE_CONNPOOLOPTIONS (RID_OFA_START + 122) // TabPages -------------------------------------------------------------- @@ -64,7 +55,6 @@ #define RID_SW_TP_BACKGROUND (RID_OFA_START + 217) #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) |