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/rcid.hrc | |
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/rcid.hrc')
-rw-r--r-- | sw/inc/rcid.hrc | 6 |
1 files changed, 3 insertions, 3 deletions
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 |