diff options
author | Noel Power <noel.power@novell.com> | 2011-11-15 12:41:46 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-11-15 12:42:18 +0000 |
commit | 1d843960ce64350543574dd07ae9de183c37c669 (patch) | |
tree | 69f0906533ddfe6775b706419df3d299ba9eb05b /vcl | |
parent | 1f2d0c83d07b2c877722069c0075ba35860a0400 (diff) |
Revert "remove unused SV_ICON_ID_HTML_DOCUMENT entries"
This reverts commit 28e36d54a0f4bbe4fddacbaf2f51ff25c76ce2d5.
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/svids.hrc | 1 | ||||
-rw-r--r-- | vcl/source/src/images.src | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc index f0dce633ee20..51a0791a108d 100644 --- a/vcl/inc/svids.hrc +++ b/vcl/inc/svids.hrc @@ -259,6 +259,7 @@ #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_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 5f6daced69a3..d99f9f9ce5f5 100644 --- a/vcl/source/src/images.src +++ b/vcl/source/src/images.src @@ -264,6 +264,21 @@ Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_MASTER_DOCUMENT) File = "odm_16_8.png" ; }; +Bitmap (SV_ICON_SIZE48_START + SV_ICON_ID_HTML_DOCUMENT) +{ + File = "oth_48_8.png" ; +}; + +Bitmap (SV_ICON_SIZE32_START + SV_ICON_ID_HTML_DOCUMENT) +{ + File = "oth_32_8.png" ; +}; + +Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_HTML_DOCUMENT) +{ + File = "oth_16_8.png" ; +}; + Bitmap (SV_ICON_SIZE48_START + SV_ICON_ID_DATABASE) { File = "odb_48_8.png" ; @@ -452,6 +467,16 @@ Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_MASTER_DOCUMENT) File = "sx03248.png" ; }; +Bitmap (SV_ICON_LARGE_START + SV_ICON_ID_HTML_DOCUMENT) +{ + File = "lx03139.png" ; +}; + +Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_HTML_DOCUMENT) +{ + File = "sx03139.png" ; +}; + Bitmap (SV_ICON_LARGE_START + SV_ICON_ID_DATABASE) { File = "lx03245.png" ; |