From a1cc4e507cb6547d7715be09bff29366424c09fe Mon Sep 17 00:00:00 2001 From: Noel Power Date: Tue, 15 Nov 2011 12:41:57 +0000 Subject: Revert "FDO#42454 - EasyHack: remove code associated with unused icons" This reverts commit 3e26dfcc2d347f4e0914449ca8104c8969fc6281. --- vcl/inc/svids.hrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vcl/inc') diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc index 51a0791a108d..dc16ab1d53e4 100644 --- a/vcl/inc/svids.hrc +++ b/vcl/inc/svids.hrc @@ -255,11 +255,13 @@ #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 -- cgit