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 /reportdesign | |
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 'reportdesign')
-rw-r--r-- | reportdesign/inc/rptui_slotid.hrc | 3 | ||||
-rw-r--r-- | reportdesign/source/ui/dlg/CondFormat.hrc | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/dlg/GroupsSorting.hrc | 2 |
3 files changed, 1 insertions, 6 deletions
diff --git a/reportdesign/inc/rptui_slotid.hrc b/reportdesign/inc/rptui_slotid.hrc index dc939a518a49..5a62580fa58c 100644 --- a/reportdesign/inc/rptui_slotid.hrc +++ b/reportdesign/inc/rptui_slotid.hrc @@ -29,7 +29,7 @@ #define SID_CONDITIONALFORMATTING ( SID_RPTUI_START + 4 ) #define SID_PAGEDIALOG ( SID_RPTUI_START + 5 ) #define SID_SETCONTROLDEFAULTS ( SID_RPTUI_START + 6 ) -#define SID_INSERTBREAK ( SID_RPTUI_START + 7 ) +// free #define SID_PAGEHEADER_WITHOUT_UNDO ( SID_RPTUI_START + 8 ) #define SID_PAGEFOOTER_WITHOUT_UNDO ( SID_RPTUI_START + 9 ) #define SID_REPORTHEADER_WITHOUT_UNDO ( SID_RPTUI_START + 10 ) @@ -48,7 +48,6 @@ #define SID_SPLIT_POSITION ( SID_RPTUI_START + 23 ) #define SID_PROPERTYBROWSER_LAST_PAGE ( SID_RPTUI_START + 24 ) // free - #define SID_DRAWTBX_CS_BASIC1 ( SID_RPTUI_START + 26 ) #define SID_DRAWTBX_CS_BASIC2 ( SID_RPTUI_START + 27 ) #define SID_DRAWTBX_CS_BASIC3 ( SID_RPTUI_START + 28 ) diff --git a/reportdesign/source/ui/dlg/CondFormat.hrc b/reportdesign/source/ui/dlg/CondFormat.hrc index 7978ab74ff2d..515c2d0ee7bd 100644 --- a/reportdesign/source/ui/dlg/CondFormat.hrc +++ b/reportdesign/source/ui/dlg/CondFormat.hrc @@ -35,8 +35,6 @@ #define IMAGE_BUTTON_WIDTH 12 #define IMAGE_BUTTON_HEIGHT 14 - -#define FL_FORMAT 1 #define FL_CONDITION_HEADER 2 #define CRTL_FORMAT_PREVIEW 3 #define TB_FORMAT 4 diff --git a/reportdesign/source/ui/dlg/GroupsSorting.hrc b/reportdesign/source/ui/dlg/GroupsSorting.hrc index 5ecc454b4155..0700f5251f57 100644 --- a/reportdesign/source/ui/dlg/GroupsSorting.hrc +++ b/reportdesign/source/ui/dlg/GroupsSorting.hrc @@ -36,8 +36,6 @@ #define LST_ORDER (17) #define FL_SEPARATOR1 (18) #define FT_MOVELABEL (19) -#define PB_UP (20) -#define PB_DOWN (21) #define FL_SEPARATOR2 (22) #define FL_SEPARATOR3 (23) #define TB_TOOLBOX (27) |