diff options
author | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-11-16 20:04:12 -0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-18 17:10:21 +0000 |
commit | 2559cab126f81375197051fb5b07ba6abb9efc77 (patch) | |
tree | c0ca0b560cf0e3d7bec9994b14b224e5666ad834 /vcl | |
parent | f38e28e10683438c7822d0bbc2a7e585b78f195d (diff) |
FDO#42454 - EasyHack: remove code associated with unused icons
Removed SV_ICON_ID_MACRO and its reference in the code as it was
unused.
Removed 2 icons that were not referenced anymore.
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/svids.hrc | 1 | ||||
-rw-r--r-- | vcl/source/src/images.src | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc index f0dce633ee20..962e85444a9b 100644 --- a/vcl/inc/svids.hrc +++ b/vcl/inc/svids.hrc @@ -262,7 +262,6 @@ #define SV_ICON_ID_DATABASE 14 #define SV_ICON_ID_FORMULA 15 #define SV_ICON_ID_TEMPLATE 16 -#define SV_ICON_ID_MACRO 17 #define SV_ICON_ID_PRINTERADMIN 501 #define HID_PRINTDLG HID_VCL_START diff --git a/vcl/source/src/images.src b/vcl/source/src/images.src index 5f6daced69a3..df3f93b1723d 100644 --- a/vcl/source/src/images.src +++ b/vcl/source/src/images.src @@ -309,21 +309,6 @@ Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_TEMPLATE) File = "mainapp_16_8.png" ; }; -Bitmap (SV_ICON_SIZE48_START + SV_ICON_ID_MACRO) -{ - File = "mainapp_48_8.png" ; -}; - -Bitmap (SV_ICON_SIZE32_START + SV_ICON_ID_MACRO) -{ - File = "mainapp_32_8.png" ; -}; - -Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_MACRO) -{ - File = "mainapp_16_8.png" ; -}; - Bitmap (SV_ICON_SIZE48_START + SV_ICON_ID_PRINTERADMIN) { File = "printeradmin_48_8.png" ; @@ -482,16 +467,6 @@ Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_TEMPLATE) File = "sx03242.png" ; }; -Bitmap (SV_ICON_LARGE_START + SV_ICON_ID_MACRO) -{ - File = "lx03216.png" ; -}; - -Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_MACRO) -{ - File = "sx03216.png" ; -}; - Bitmap (SV_ICON_LARGE_START + SV_ICON_ID_PRINTERADMIN) { File = "printeradmin_32.png" ; |