[Libreoffice-commits] .: svtools/source
Sebastian Spaeth
spaetz at kemper.freedesktop.org
Tue Nov 16 04:43:50 PST 2010
svtools/source/misc/imagemgr.src | 28 ----------------------------
1 file changed, 28 deletions(-)
New commits:
commit 9171779cec240119afbfe373d611f51d6d8b4281
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date: Tue Nov 16 13:43:37 2010 +0100
remove high contrast imagelist
diff --git a/svtools/source/misc/imagemgr.src b/svtools/source/misc/imagemgr.src
index fc7dc8c..3d66a21 100644
--- a/svtools/source/misc/imagemgr.src
+++ b/svtools/source/misc/imagemgr.src
@@ -129,34 +129,6 @@ ImageList RID_SVTOOLS_IMAGELIST_SMALL
};
};
-ImageList RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST
-{
- Prefix = "lxh";
- MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
- IdList =
- {
- X_IMAGE_LIST
- };
- IdCount =
- {
- 68 ;
- };
-};
-
-ImageList RID_SVTOOLS_IMAGELIST_SMALL_HIGHCONTRAST
-{
- Prefix = "sxh";
- MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
- IdList =
- {
- X_IMAGE_LIST
- };
- IdCount =
- {
- 68;
- };
-};
-
Bitmap BMP_PLUGIN
{
File = "plugin.png" ;
More information about the Libreoffice-commits
mailing list