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 /vcl | |
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 'vcl')
-rw-r--r-- | vcl/inc/svids.hrc | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc index 8f4e3320bbce..b1f3ff41ee77 100644 --- a/vcl/inc/svids.hrc +++ b/vcl/inc/svids.hrc @@ -64,28 +64,6 @@ #define SV_MENU_MAC_SHOWALL 2005 #define SV_MENU_MAC_QUITAPP 2006 -#define SV_PRINT_TAB_NUP 1 -#define SV_PRINT_PRT_NUP_LAYOUT_FL 1 -#define SV_PRINT_PRT_NUP_BROCHURE_BTN 3 -#define SV_PRINT_PRT_NUP_PAGES_BTN 4 -#define SV_PRINT_PRT_NUP_PAGES_BOX 5 -#define SV_PRINT_PRT_NUP_NUM_PAGES_TXT 6 -#define SV_PRINT_PRT_NUP_COLS_EDT 7 -#define SV_PRINT_PRT_NUP_TIMES_TXT 8 -#define SV_PRINT_PRT_NUP_ROWS_EDT 9 -#define SV_PRINT_PRT_NUP_MARGINS_PAGES_1_TXT 10 -#define SV_PRINT_PRT_NUP_MARGINS_PAGES_EDT 11 -#define SV_PRINT_PRT_NUP_MARGINS_PAGES_2_TXT 12 -#define SV_PRINT_PRT_NUP_MARGINS_SHEET_1_TXT 13 -#define SV_PRINT_PRT_NUP_MARGINS_SHEET_EDT 14 -#define SV_PRINT_PRT_NUP_MARGINS_SHEET_2_TXT 15 -#define SV_PRINT_PRT_NUP_ORIENTATION_TXT 16 -#define SV_PRINT_PRT_NUP_ORIENTATION_BOX 17 -#define SV_PRINT_PRT_NUP_ORDER_TXT 18 -#define SV_PRINT_PRT_NUP_ORDER_BOX 19 -#define SV_PRINT_PRT_NUP_BORDER_CB 20 - -#define SV_PRINT_PRT_NUP_ORIENTATION_AUTOMATIC 0 #define SV_PRINT_PRT_NUP_ORIENTATION_PORTRAIT 1 #define SV_PRINT_PRT_NUP_ORIENTATION_LANDSCAPE 2 @@ -94,27 +72,6 @@ #define SV_PRINT_PRT_NUP_ORDER_TBRL 2 #define SV_PRINT_PRT_NUP_ORDER_RLTB 3 -#define SV_PRINT_TAB_JOB 2 -#define SV_PRINT_PRINTERS_FL 1 -#define SV_PRINT_PRINTERS 2 -#define SV_PRINT_PRT_SETUP 3 -#define SV_PRINT_COPIES 9 -#define SV_PRINT_COPYCOUNT 10 -#define SV_PRINT_COPYCOUNT_FIELD 11 -#define SV_PRINT_COLLATE 12 -#define SV_PRINT_COLLATE_IMAGE 13 -#define SV_PRINT_BUTTONLINE 14 -#define SV_PRINT_STATUS_TXT 20 -#define SV_PRINT_LOCATION_TXT 21 -#define SV_PRINT_COMMENT_TXT 22 -#define SV_PRINT_DETAILS_BTN 23 -#define SV_PRINT_OPT_REVERSE 24 - -#define SV_PRINT_TAB_OPT 3 -#define SV_PRINT_OPT_PRINT_FL 1 -#define SV_PRINT_OPT_TOFILE 2 -#define SV_PRINT_OPT_SINGLEJOBS 3 - #define SV_PRINT_NATIVE_STRINGS 2050 #define SV_HELPTEXT_CLOSE 10000 |