summaryrefslogtreecommitdiff
path: root/svx/source/intro/ooo.src
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/intro/ooo.src')
-rw-r--r--svx/source/intro/ooo.src25
1 files changed, 2 insertions, 23 deletions
diff --git a/svx/source/intro/ooo.src b/svx/source/intro/ooo.src
index c5b5114aa5..e2fa871c37 100644
--- a/svx/source/intro/ooo.src
+++ b/svx/source/intro/ooo.src
@@ -76,8 +76,9 @@ ModalDialog RID_DEFAULTABOUT
Pos = MAP_APPFONT ( 174 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
- FixedText ABOUT_FTXT_VERSION
+ MultiLineEdit ABOUT_FTXT_VERSION
{
+ Border = FALSE ;
Pos = MAP_APPFONT ( 54 , 6 ) ;
Size = MAP_APPFONT ( 118 , 16 ) ;
WordBreak = TRUE ;
@@ -146,20 +147,6 @@ ImageList RID_SVTOOLS_IMAGELIST_SMALL
X_IMAGE_LIST
};
-ImageList RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST
-{
- Prefix = "lxh";
- MASK_COL2
- X_IMAGE_LIST
-};
-
-ImageList RID_SVTOOLS_IMAGELIST_SMALL_HIGHCONTRAST
-{
- Prefix = "sxh";
- MASK_COL2
- X_IMAGE_LIST
-};
-
#define MASK_COL MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } ;
#define IMGLST_IDLST \
IdList = { \
@@ -186,11 +173,3 @@ ImageList RID_IMGLIST_TREEOPT
MASK_COL
IMGLST_IDLST
};
-
-ImageList RID_IMGLIST_TREEOPT_HC
-{
- Prefix = "trh";
- MASK_COL
- IMGLST_IDLST
-};
-