summaryrefslogtreecommitdiff
path: root/svx/source/options
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 07:00:25 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 07:00:25 +0000
commitfa8d7c6c7780717ba8eda847dac4287f29808270 (patch)
treef110ee7fb3144041274071d8c573b70d04918e00 /svx/source/options
parent85a477b69c2ef2ab7d3d16aeea7aedc4b92586ae (diff)
INTEGRATION: CWS oj14 (1.39.6); FILE MERGED
2007/06/04 20:47:00 oj 1.39.6.2: RESYNC: (1.39-1.40); FILE MERGED 2006/11/07 18:49:44 oj 1.39.6.1: new ext color scheme
Diffstat (limited to 'svx/source/options')
-rw-r--r--svx/source/options/optcolor.src25
1 files changed, 10 insertions, 15 deletions
diff --git a/svx/source/options/optcolor.src b/svx/source/options/optcolor.src
index 1c74af4019bc..73d7c3c0d87c 100644
--- a/svx/source/options/optcolor.src
+++ b/svx/source/options/optcolor.src
@@ -4,9 +4,9 @@
*
* $RCSfile: optcolor.src,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 18:37:38 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:00:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -116,24 +116,14 @@ TabPage RID_SVXPAGE_COLORCONFIG
};
Window WN_SCROLL
{
-#define _FT_WIDTH 120
-#define _LINE_HEIGHT 15
-#define _CB_WIDTH 130
-#define _FT_XPOS 14
-#define _CB_XPOS 6
-#define _LB_XPOS 139
-#define _LB_WIDTH 50
-#define _WN_WIDTH 30
-#define _WN_HEIGHT 12
-#define _WN_XPOS 195
// misc defines to shorten defining of standard elements
// standard sizes
#define FT_SEP_SIZE Size = MAP_APPFONT ( _FT_WIDTH , 8 )
-#define FT_SIZE Size = MAP_APPFONT ( _FT_WIDTH , 10 )
-#define LB_SIZE Size = MAP_APPFONT ( _LB_WIDTH , 50 )
+#define FT_SIZE Size = MAP_APPFONT ( _FT_WIDTH , _FT_HEIGHT )
+#define LB_SIZE Size = MAP_APPFONT ( _LB_WIDTH , _LB_HEIGHT )
#define WN_SIZE Size = MAP_APPFONT ( _WN_WIDTH , _WN_HEIGHT )
-#define CB_SIZE Size = MAP_APPFONT ( _CB_WIDTH , 10 )
+#define CB_SIZE Size = MAP_APPFONT ( _CB_WIDTH , _FT_HEIGHT )
// combination of position and size
#define POS_SIZE( POSX, LINENUM, CONTRL_SIZE ) Pos = MAP_APPFONT ( POSX , LINENUM * _LINE_HEIGHT ) ; CONTRL_SIZE
@@ -455,6 +445,11 @@ TabPage RID_SVXPAGE_COLORCONFIG
};
LB_WN( BASICERROR, 43 )
+ String ST_EXTENSION
+ {
+ Text [ de ] = "Farbeinstellungen der Erweiterungen" ;
+ Text [ en-US ] = "Colorsettings of the Extensions";
+ };
};
};
};