summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_SeriesToAxis.src
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_SeriesToAxis.src')
-rw-r--r--chart2/source/controller/dialogs/tp_SeriesToAxis.src18
1 files changed, 9 insertions, 9 deletions
diff --git a/chart2/source/controller/dialogs/tp_SeriesToAxis.src b/chart2/source/controller/dialogs/tp_SeriesToAxis.src
index 7dab3449cb32..e30c166c8f01 100644
--- a/chart2/source/controller/dialogs/tp_SeriesToAxis.src
+++ b/chart2/source/controller/dialogs/tp_SeriesToAxis.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
@@ -127,7 +127,7 @@ TabPage TP_OPTIONS
TabStop = TRUE ;
Text [ en-US ] = "Show ~bars side by side";
};
-
+
FixedLine FL_PLOT_OPTIONS
{
Pos = MAP_APPFONT ( 6 , 113 ) ;
@@ -141,31 +141,31 @@ TabPage TP_OPTIONS
Size = MAP_APPFONT ( 80 , 8 ) ;
Text [ en-US ] = "Plot missing values";
};
-
+
RadioButton RB_DONT_PAINT
{
Pos = MAP_APPFONT ( 82 , 127 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "~Leave gap";
+ Text [ en-US ] = "~Leave gap";
};
-
+
RadioButton RB_ASSUME_ZERO
{
Pos = MAP_APPFONT ( 82 , 141 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "~Assume zero";
+ Text [ en-US ] = "~Assume zero";
};
-
+
RadioButton RB_CONTINUE_LINE
{
Pos = MAP_APPFONT ( 82 , 155 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "~Continue line";
+ Text [ en-US ] = "~Continue line";
};
-
+
CheckBox CB_INCLUDE_HIDDEN_CELLS
{
Pos = MAP_APPFONT ( 12 , 172 ) ;