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 17:15:00 +0000 |
commit | e0e7c5dc46ac8fd0c7f6fdc0ceb62d15cafd3754 (patch) | |
tree | 907c3229c404ba07c12704a6645a28ae0b2ab5be /vcl/inc/svids.hrc | |
parent | 03324dbbe2c0973a2f71c77cc72d852314b8da77 (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/inc/svids.hrc')
-rw-r--r-- | vcl/inc/svids.hrc | 2 |
1 files changed, 0 insertions, 2 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 |