diff options
author | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-11-14 07:23:08 -0800 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-11-15 11:25:34 +0000 |
commit | 3e26dfcc2d347f4e0914449ca8104c8969fc6281 (patch) | |
tree | d8a8e2fe3b540857a017418d37b7c649bd0c206a /vcl | |
parent | aa0b7b033098bfc1bf3f06cd112691abc862bd20 (diff) |
FDO#42454 - EasyHack: remove code associated with unused icons
Removed the icons and code associated with:
SV_ICON_ID_CHART
SV_ICON_ID_DRAWING_TEMPLATE
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/svids.hrc | 2 | ||||
-rw-r--r-- | vcl/source/src/images.src | 50 |
2 files changed, 0 insertions, 52 deletions
diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc index dc16ab1d53e4..51a0791a108d 100644 --- a/vcl/inc/svids.hrc +++ b/vcl/inc/svids.hrc @@ -255,13 +255,11 @@ #define SV_ICON_ID_SPREADSHEET 4 #define SV_ICON_ID_SPREADSHEET_TEMPLATE 5 #define SV_ICON_ID_DRAWING 6 -#define SV_ICON_ID_DRAWING_TEMPLATE 7 #define SV_ICON_ID_PRESENTATION 8 #define SV_ICON_ID_PRESENTATION_TEMPLATE 9 #define SV_ICON_ID_PRESENTATION_COMPRESSED 10 #define SV_ICON_ID_MASTER_DOCUMENT 11 #define SV_ICON_ID_HTML_DOCUMENT 12 -#define SV_ICON_ID_CHART 13 #define SV_ICON_ID_DATABASE 14 #define SV_ICON_ID_FORMULA 15 #define SV_ICON_ID_TEMPLATE 16 diff --git a/vcl/source/src/images.src b/vcl/source/src/images.src index f836306cba45..d99f9f9ce5f5 100644 --- a/vcl/source/src/images.src +++ b/vcl/source/src/images.src @@ -204,21 +204,6 @@ Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_DRAWING) File = "odg_16_8.png" ; }; -Bitmap (SV_ICON_SIZE48_START + SV_ICON_ID_DRAWING_TEMPLATE) -{ - File = "otg_48_8.png" ; -}; - -Bitmap (SV_ICON_SIZE32_START + SV_ICON_ID_DRAWING_TEMPLATE) -{ - File = "otg_32_8.png" ; -}; - -Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_DRAWING_TEMPLATE) -{ - File = "otg_16_8.png" ; -}; - Bitmap (SV_ICON_SIZE48_START + SV_ICON_ID_PRESENTATION) { File = "odp_48_8.png" ; @@ -294,21 +279,6 @@ Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_HTML_DOCUMENT) File = "oth_16_8.png" ; }; -Bitmap (SV_ICON_SIZE48_START + SV_ICON_ID_CHART) -{ - File = "mainapp_48_8.png" ; -}; - -Bitmap (SV_ICON_SIZE32_START + SV_ICON_ID_CHART) -{ - File = "mainapp_32_8.png" ; -}; - -Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_CHART) -{ - File = "mainapp_16_8.png" ; -}; - Bitmap (SV_ICON_SIZE48_START + SV_ICON_ID_DATABASE) { File = "odb_48_8.png" ; @@ -457,16 +427,6 @@ Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_DRAWING) File = "sx03246.png" ; }; -Bitmap (SV_ICON_LARGE_START + SV_ICON_ID_DRAWING_TEMPLATE) -{ - File = "lx03252.png" ; -}; - -Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_DRAWING_TEMPLATE) -{ - File = "sx03252.png" ; -}; - Bitmap (SV_ICON_LARGE_START + SV_ICON_ID_PRESENTATION) { File = "lx03249.png" ; @@ -517,16 +477,6 @@ Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_HTML_DOCUMENT) File = "sx03139.png" ; }; -Bitmap (SV_ICON_LARGE_START + SV_ICON_ID_CHART) -{ - File = "lx03128.png" ; -}; - -Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_CHART) -{ - File = "sx03128.png" ; -}; - Bitmap (SV_ICON_LARGE_START + SV_ICON_ID_DATABASE) { File = "lx03245.png" ; |