summaryrefslogtreecommitdiffstats
path: root/svx/source/options
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-07-05 12:26:20 +0000
committerOliver Specht <os@openoffice.org>2002-07-05 12:26:20 +0000
commit44007610f336771b5336288187ac394326073334 (patch)
treebd78c85c07a0c34d0f9d2c4604f12ade789867ee /svx/source/options
parentfix: #100282# Responsibility (diff)
downloadcore-44007610f336771b5336288187ac394326073334.tar.gz
core-44007610f336771b5336288187ac394326073334.zip
#99517# color for errors in BASIC syntax highlighting added
Diffstat (limited to 'svx/source/options')
-rw-r--r--svx/source/options/optcolor.src8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/options/optcolor.src b/svx/source/options/optcolor.src
index f247b5953403..16234281d50d 100644
--- a/svx/source/options/optcolor.src
+++ b/svx/source/options/optcolor.src
@@ -2,9 +2,9 @@
*
* $RCSfile: optcolor.src,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: os $ $Date: 2002-06-26 12:14:26 $
+ * last change: $Author: os $ $Date: 2002-07-05 13:26:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -511,6 +511,10 @@ TabPage RID_SVXPAGE_COLORCONFIG
ListBox LB_BASICKEYWORD {Pos = MAP_APPFONT ( _LB_XPOS , 41 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _LB_WIDTH , 50 ) ;DropDown = TRUE;};
Window WN_BASICKEYWORD {Pos = MAP_APPFONT ( _WN_XPOS , 41 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _WN_WIDTH, _WN_HEIGHT ) ;Border = TRUE;};
+ FixedText FT_BASICERROR {Pos = MAP_APPFONT ( _FT_XPOS , 42 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _FT_WIDTH , 10 ) ;Text = "Error" ;Text [ ENGLISH ] = "Error" ;};
+ ListBox LB_BASICERROR {Pos = MAP_APPFONT ( _LB_XPOS , 42 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _LB_WIDTH , 50 ) ;DropDown = TRUE;};
+ Window WN_BASICERROR {Pos = MAP_APPFONT ( _WN_XPOS , 42 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _WN_WIDTH, _WN_HEIGHT ) ;Border = TRUE;};
+
};
};
};