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 /sd/inc/app.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 'sd/inc/app.hrc')
-rw-r--r-- | sd/inc/app.hrc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 1c63092e1788..aa15783071f7 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -62,11 +62,6 @@ #define HID_SD_CELL_STYLE_FIRST_COLUMN (HID_SD_START + 198) #define HID_SD_CELL_STYLE_LAST_COLUMN (HID_SD_START + 199) -#define SHELLID_SD_TASK_PANE_PREVIEW_CURRENT (HID_SD_START + 174) -#define SHELLID_SD_TASK_PANE_PREVIEW_RECENT (HID_SD_START + 175) -#define SHELLID_SD_TASK_PANE_PREVIEW_ALL (HID_SD_START + 176) -#define SHELLID_SD_TASK_PANE_PREVIEW_LAYOUTS (HID_SD_START + 177) - #define SID_PAGESETUP (SID_SD_START+2) #define SID_COPYOBJECTS (SID_SD_START+4) #define SID_MANAGE_LINKS (SID_SD_START+5) @@ -265,7 +260,6 @@ #define ID_VAL_DISTANCE (SID_SD_START+245) #define ID_VAL_INDEX (SID_SD_START+246) #define ID_VAL_WIDTH (SID_SD_START+247) -#define ID_VAL_PANEL_INDEX (SID_SD_START+249) // just for tests, namely that APP:HRC ff. has not to be build every time #define ID_VAL_DUMMY0 (SID_SD_START+230) |