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 /cui/source/dialogs | |
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 'cui/source/dialogs')
-rw-r--r-- | cui/source/dialogs/charmap.hrc | 1 | ||||
-rw-r--r-- | cui/source/dialogs/fmsearch.hrc | 1 | ||||
-rw-r--r-- | cui/source/dialogs/hangulhanjadlg.hrc | 2 | ||||
-rw-r--r-- | cui/source/dialogs/hyperdlg.hrc | 3 | ||||
-rw-r--r-- | cui/source/dialogs/passwdomdlg.hrc | 4 | ||||
-rw-r--r-- | cui/source/dialogs/scriptdlg.hrc | 2 | ||||
-rw-r--r-- | cui/source/dialogs/svuidlg.hrc | 1 |
7 files changed, 0 insertions, 14 deletions
diff --git a/cui/source/dialogs/charmap.hrc b/cui/source/dialogs/charmap.hrc index 0b3aa3e09b49..30ad06bd6813 100644 --- a/cui/source/dialogs/charmap.hrc +++ b/cui/source/dialogs/charmap.hrc @@ -45,7 +45,6 @@ #define ED_SHORTCUT 32 #define BT_ASSIGN 33 #define FT_ASSIGN 34 -#define CT_ASSIGN 35 #endif diff --git a/cui/source/dialogs/fmsearch.hrc b/cui/source/dialogs/fmsearch.hrc index cfad011101c2..f76d1ef2875b 100644 --- a/cui/source/dialogs/fmsearch.hrc +++ b/cui/source/dialogs/fmsearch.hrc @@ -44,7 +44,6 @@ #define RID_STR_OVERFLOW_BACKWARD (RID_FORMS_START + 35) #define RID_STR_SEARCH_COUNTING (RID_FORMS_START + 76) -#define FT_SEARCHTEXT 1 #define FT_FORM 2 #define FT_POSITION 3 #define FT_RECORDLABEL 4 diff --git a/cui/source/dialogs/hangulhanjadlg.hrc b/cui/source/dialogs/hangulhanjadlg.hrc index 817e3a17264a..e5389c82c6a1 100644 --- a/cui/source/dialogs/hangulhanjadlg.hrc +++ b/cui/source/dialogs/hangulhanjadlg.hrc @@ -124,7 +124,6 @@ #define HHO_ROW_a3 (HHO_ROW_a2+2) #define HHO_ROW_a4 (HHO_ROW_a3+14) #define HHO_ROW_a5 (HHO_ROW_a4+4) -#define HHO_ROW_a6 (HHO_ROW_a5+14) // Hangul / Hanja New Dictonary Dialog @@ -185,7 +184,6 @@ #define HHE_ROW_6 (HHE_ROW_5+12) #define HHE_ROW_7 (HHE_ROW_6+2) #define HHE_ROW_8 (HHE_ROW_7+2) -#define HHE_ROW_9 (HHE_ROW_6+12) #define HHE_ROW_10 (HHE_ROW_8+RSC_SP_CTRL_GROUP_Y) #define HHE_ROW_11 (HHE_ROW_10+8+2) #define HHE_ROW_12 (HHE_ROW_11+4*12) diff --git a/cui/source/dialogs/hyperdlg.hrc b/cui/source/dialogs/hyperdlg.hrc index ead6a8239059..3eec5a60ea8f 100644 --- a/cui/source/dialogs/hyperdlg.hrc +++ b/cui/source/dialogs/hyperdlg.hrc @@ -31,7 +31,6 @@ #define RB_LINKTYP_INTERNET 2 #define RB_LINKTYP_FTP 3 #define FT_TARGET_HTML 5 -#define CB_TARGET_HTML 6 #define FT_LOGIN 7 #define ED_LOGIN 8 #define FT_PASSWD 9 @@ -46,7 +45,6 @@ #define RB_LINKTYP_MAIL 2 #define RB_LINKTYP_NEWS 3 #define FT_RECEIVER 4 -#define CB_RECEIVER 5 #define FT_SUBJECT 6 #define ED_SUBJECT 7 #define BTN_ADRESSBOOK 8 @@ -55,7 +53,6 @@ #define GRP_DOCUMENT 1 #define FT_PATH_DOC 2 -#define CB_PATH_DOC 3 #define BTN_FILEOPEN 4 #define GRP_TARGET 5 #define FT_TARGET_DOC 6 diff --git a/cui/source/dialogs/passwdomdlg.hrc b/cui/source/dialogs/passwdomdlg.hrc index edeae469a3c5..b31c18d5abf6 100644 --- a/cui/source/dialogs/passwdomdlg.hrc +++ b/cui/source/dialogs/passwdomdlg.hrc @@ -33,8 +33,6 @@ #define ED_PASSWD_TO_OPEN 12 #define FT_REENTER_PASSWD_TO_OPEN 13 #define ED_REENTER_PASSWD_TO_OPEN 14 -#define IMG_PASSWD_MATCH 15 -#define IMG_PASSWD_MATCH_HC 16 #define FT_PASSWD_NOTE 17 #define FL_BUTTONS 18 #define BTN_MORE_FEWER_OPTIONS 19 @@ -45,8 +43,6 @@ #define ED_PASSWD_TO_MODIFY 24 #define FT_REENTER_PASSWD_TO_MODIFY 25 #define ED_REENTER_PASSWD_TO_MODIFY 26 -#define FI_PASSWD_TO_OPEN_MATCH 27 -#define FI_PASSWD_TO_MODIFY_MATCH 28 #define CB_OPEN_READONLY 29 #define STR_MORE_OPTIONS 51 diff --git a/cui/source/dialogs/scriptdlg.hrc b/cui/source/dialogs/scriptdlg.hrc index 7ea7184da5fa..1c8e0bceda5b 100644 --- a/cui/source/dialogs/scriptdlg.hrc +++ b/cui/source/dialogs/scriptdlg.hrc @@ -30,8 +30,6 @@ #include <svl/solar.hrc> -#define SCRIPTDLG_OFFSET 400 - // ScriptOrgDialog #define SF_TXT_SCRIPTS 1 #define SF_CTRL_SCRIPTSBOX 2 diff --git a/cui/source/dialogs/svuidlg.hrc b/cui/source/dialogs/svuidlg.hrc index 8add126a33c7..cf6245ed49d0 100644 --- a/cui/source/dialogs/svuidlg.hrc +++ b/cui/source/dialogs/svuidlg.hrc @@ -32,7 +32,6 @@ // gemeinsame Id's #define CB_DISPLAY_AS_ICON 12 -#define FI_DISPLAY 13 #define PB_CHANGE_ICON 14 #define STR_AUTOLINK 32006 |