diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-21 11:51:04 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-21 11:54:18 +0200 |
commit | 5fcecf9b88a0879081d8239cebbc03e30150985a (patch) | |
tree | 2eaa65002db4ccb19778e054f9fc40c33312537c /sfx2/source/dialog | |
parent | 47009fbf515dc6e4d4c275e5a3458b4ce2d817d9 (diff) |
hrc cleanup: Remove unused defines
All of those defines (should) not be used at any point in the code.
False positives may exist, because some macro names are getting
generated by some template/macro foo. This is the version which
compiled fine for me.
Also there are many commented out lines removed.
Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r-- | sfx2/source/dialog/dinfdlg.hrc | 7 | ||||
-rw-r--r-- | sfx2/source/dialog/passwd.hrc | 1 | ||||
-rw-r--r-- | sfx2/source/dialog/templdlg.hrc | 4 | ||||
-rw-r--r-- | sfx2/source/dialog/versdlg.hrc | 1 |
4 files changed, 0 insertions, 13 deletions
diff --git a/sfx2/source/dialog/dinfdlg.hrc b/sfx2/source/dialog/dinfdlg.hrc index 362f42f75ac8..5fe0fdbe6fe9 100644 --- a/sfx2/source/dialog/dinfdlg.hrc +++ b/sfx2/source/dialog/dinfdlg.hrc @@ -89,7 +89,6 @@ #define ED_INFO4 22 #define FT_COMMENT 23 #define ED_COMMENT 24 -#define GB_INFO 30 #define FT_TEMPL 32 #define FT_TEMPL_VAL 33 #define BTN_EDITLABEL 34 @@ -140,12 +139,6 @@ #define FT_PROPERTIES 92 #define CTRL_PROPERTIES 93 #define BTN_ADD 94 -#define LB_PROPNAME 95 -#define ED_PROPVALUE 96 -#define RB_PROPYES 96 -#define RB_PROPNO 97 -#define LB_PROPTYPE 98 -#define PB_REMOVEPROP 99 #define RB_PROPERTY_YES 100 #define RB_PROPERTY_NO 101 diff --git a/sfx2/source/dialog/passwd.hrc b/sfx2/source/dialog/passwd.hrc index 8a82c853320e..8faa2c6a78ff 100644 --- a/sfx2/source/dialog/passwd.hrc +++ b/sfx2/source/dialog/passwd.hrc @@ -47,7 +47,6 @@ #define FT_PASSWD_CONFIRM2 27 #define ED_PASSWD_CONFIRM2 28 -#define STR_PASSWD_CONFIRM 29 #define STR_PASSWD_MIN_LEN 30 #define STR_PASSWD_EMPTY 31 diff --git a/sfx2/source/dialog/templdlg.hrc b/sfx2/source/dialog/templdlg.hrc index 1a22fb2d50fc..3523b1bb5242 100644 --- a/sfx2/source/dialog/templdlg.hrc +++ b/sfx2/source/dialog/templdlg.hrc @@ -24,7 +24,6 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#define TB_FMT 1 #define LB_FMT 3 #define BTN_EDIT 11 #define BTN_DELETE 12 @@ -32,11 +31,8 @@ #define BTN_NEW 10 #define LB_FILTER 4 -#define ID_APPLY_TEMPLATE 10 - #define ID_NEW_STYLE_BY_EXAMPLE 20 #define ID_UPDATE_STYLE_BY_EXAMPLE 21 -#define ID_TREEVIEW 22 #define BT_OK 1 #define BT_CANCEL 2 diff --git a/sfx2/source/dialog/versdlg.hrc b/sfx2/source/dialog/versdlg.hrc index 2de7596221e1..fd60b0c61550 100644 --- a/sfx2/source/dialog/versdlg.hrc +++ b/sfx2/source/dialog/versdlg.hrc @@ -44,5 +44,4 @@ #define PB_OK 15 #define PB_CANCEL 16 #define PB_COMPARE 17 -#define PB_MERGE 18 |