summaryrefslogtreecommitdiff
path: root/cui/source/options/optchart.src
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optchart.src')
-rw-r--r--cui/source/options/optchart.src30
1 files changed, 15 insertions, 15 deletions
diff --git a/cui/source/options/optchart.src b/cui/source/options/optchart.src
index 374828b329c1..32a7aaa7b11c 100644
--- a/cui/source/options/optchart.src
+++ b/cui/source/options/optchart.src
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,38 +33,38 @@
TabPage RID_OPTPAGE_CHART_DEFCOLORS
{
- HelpID = HID_OPTIONS_CHART_DEFCOLORS;
- Size = MAP_APPFONT ( 260 , 185 ) ;
- Hide = TRUE;
+ HelpID = HID_OPTIONS_CHART_DEFCOLORS;
+ Size = MAP_APPFONT ( 260 , 185 ) ;
+ Hide = TRUE;
Text [ en-US ] = "Default Colors";
FixedLine FL_CHART_COLOR_LIST
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 80 , 8 ) ;
Text [ en-US ] = "Chart colors";
Text [ x-comment ] = " ";
};
ListBox LB_CHART_COLOR_LIST
{
- Border = TRUE;
- Pos = MAP_APPFONT ( 12 , 15 );
- Size = MAP_APPFONT ( 68 , 152 );
- DropDown = FALSE;
- TabStop = TRUE ;
+ Border = TRUE;
+ Pos = MAP_APPFONT ( 12 , 15 );
+ Size = MAP_APPFONT ( 68 , 152 );
+ DropDown = FALSE;
+ TabStop = TRUE ;
};
FixedLine FL_COLOR_BOX
{
- Pos = MAP_APPFONT ( 92 , 3 ) ;
+ Pos = MAP_APPFONT ( 92 , 3 ) ;
Size = MAP_APPFONT ( 106 , 8 ) ;
Text [ en-US ] = "Color table" ;
Text [ x-comment ] = " ";
};
Control CT_COLOR_BOX
{
- Border = TRUE;
- Pos = MAP_APPFONT ( 98 , 15 );
- Size = MAP_APPFONT ( 94 , 152 );
- TabStop = TRUE ;
+ Border = TRUE;
+ Pos = MAP_APPFONT ( 98 , 15 );
+ Size = MAP_APPFONT ( 94 , 152 );
+ TabStop = TRUE ;
};
PushButton PB_RESET_TO_DEFAULT
{