diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-23 18:19:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-23 22:49:57 +0000 |
commit | 702f9c5176eebb95c5a1bfd31c1f256b79301b19 (patch) | |
tree | 2aedc04b1af4e2f36b0da9fd5b06570faa3eef40 /sw/inc | |
parent | 513a21aa6cf350c094289a7976de9e0cc0e7b4d4 (diff) |
huge hrc and src file cleanup
* mostly fallout from ui conversion
* some completely unused defines from src files
* lots of unused HID ids
Change-Id: I976561205798db3d06ee139de6223f638e58f47a
Reviewed-on: https://gerrit.libreoffice.org/9142
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/dbui.hrc | 5 | ||||
-rw-r--r-- | sw/inc/dialog.hrc | 4 | ||||
-rw-r--r-- | sw/inc/envelp.hrc | 6 | ||||
-rw-r--r-- | sw/inc/fldui.hrc | 2 | ||||
-rw-r--r-- | sw/inc/rcid.hrc | 6 |
5 files changed, 6 insertions, 17 deletions
diff --git a/sw/inc/dbui.hrc b/sw/inc/dbui.hrc index cf91ddb9001a..60865f87140f 100644 --- a/sw/inc/dbui.hrc +++ b/sw/inc/dbui.hrc @@ -25,14 +25,9 @@ // Dialoge -------------------------------------------------------------------- #define DLG_MAILMERGEWIZARD (RC_DBUI_BEGIN + 3) -#define DLG_MM_DOCSELECT_PAGE (RC_DBUI_BEGIN + 4) -#define DLG_MM_OUTPUTTYPE_PAGE (RC_DBUI_BEGIN + 5) -#define DLG_MM_ADDRESSLISTDIALOG (RC_DBUI_BEGIN + 11) #define DLG_MM_SELECTDBTABLEDDIALOG (RC_DBUI_BEGIN + 12) #define DLG_MM_DBTABLEPREVIEWDIALOG (RC_DBUI_BEGIN + 13) #define DLG_MM_CREATEADDRESSLIST (RC_DBUI_BEGIN + 14) -#define DLG_MM_CUSTOMIZE_ADDRESS_LIST (RC_DBUI_BEGIN + 17) - #define DLG_MM_ASSIGNFIELDS (RC_DBUI_BEGIN + 20) diff --git a/sw/inc/dialog.hrc b/sw/inc/dialog.hrc index f95ef0fda046..e4a171fc3bb7 100644 --- a/sw/inc/dialog.hrc +++ b/sw/inc/dialog.hrc @@ -24,10 +24,6 @@ // Dialoge ****************************************************************** - -#define DLG_PASSWD (RC_DIALOG_BEGIN + 3) -#define DLG_INSERT_ABSTRACT (RC_DIALOG_BEGIN + 8) - #define RID_QB_SPELL_CONTINUE (RC_DIALOG_BEGIN + 11) #define STR_SPELLING_COMPLETED (RC_DIALOG_BEGIN + 12) diff --git a/sw/inc/envelp.hrc b/sw/inc/envelp.hrc index f96c9e2a14a2..8b3ac81e837b 100644 --- a/sw/inc/envelp.hrc +++ b/sw/inc/envelp.hrc @@ -33,10 +33,10 @@ // Bereiche ------------------------------------------------------------------- #define RC_ENVLOP_BEGIN (RC_ENVELP_BEGIN ) -#define RC_ENVLOP_END (RC_ENVELP_BEGIN + 9) +// RC_ENVLOP_END (RC_ENVELP_BEGIN + 9) -#define RC_ENVFMT_BEGIN (RC_ENVELP_BEGIN + 10) -#define RC_ENVFMT_END (RC_ENVELP_BEGIN + 19) +// RC_ENVFMT_BEGIN (RC_ENVELP_BEGIN + 10) +// RC_ENVFMT_END (RC_ENVELP_BEGIN + 19) #define RC_ENVPRT_BEGIN (RC_ENVELP_BEGIN + 20) // RC_ENVPRT_END (RC_ENVELP_BEGIN + 39) diff --git a/sw/inc/fldui.hrc b/sw/inc/fldui.hrc index 39a46378ed4a..4967221d7073 100644 --- a/sw/inc/fldui.hrc +++ b/sw/inc/fldui.hrc @@ -21,8 +21,6 @@ #include "rcid.hrc" -#define DLG_FLD_DROPDOWN (RC_FLDDLG_BEGIN + 12) - /*-------------------------------------------------------------------- TypeId, see SwFldTypesEnum --------------------------------------------------------------------*/ diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index 4ad337391d92..dc51e8124209 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -131,7 +131,7 @@ // Format-Templates #define RC_FMTUI_BEGIN RC_FMTUI -#define RC_FMTUI_END (RC_FMTUI_BEGIN + 69) +// RC_FMTUI_END (RC_FMTUI_BEGIN + 69) // Graphic Dialogues #define RC_GRFDLG_BEGIN RC_GRFDLG @@ -202,7 +202,7 @@ #define RC_POOLCOLL_DOC_BEGIN (RC_POOLTXTCOLL + 130) // RC_POOLCOLL_DOC_END (RC_POOLTXTCOLL + 139) #define RC_POOLCOLL_HTML_BEGIN (RC_POOLTXTCOLL + 140) -#define RC_POOLCOLL_HTML_END (RC_POOLTXTCOLL + 169) +// RC_POOLCOLL_HTML_END (RC_POOLTXTCOLL + 169) // Pooltemplates Page @@ -259,7 +259,7 @@ // property panel #define RC_PROPERTYPANEL_BEGIN RC_PROPERTYPANEL -#define RC_PROPERTYPANEL_END (RC_PROPERTYPANEL + 10) +// RC_PROPERTYPANEL_END (RC_PROPERTYPANEL + 10) // sidebar (mostly the Page one) #define RC_SIDEBAR_BEGIN RC_SIDEBAR |