summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs')
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx2
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneAppearance.hrc2
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx2
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneAppearance.src8
4 files changed, 7 insertions, 7 deletions
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx
index 4c3fd3c31c22..8f7b0cdb8146 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx
@@ -99,7 +99,7 @@ ThreeD_SceneAppearance_TabPage::ThreeD_SceneAppearance_TabPage(
, m_xChartModel ( xChartModel )
, m_aFT_Scheme ( this, SchResId( FT_SCHEME ) )
, m_aLB_Scheme ( this, SchResId( LB_SCHEME ) )
- , m_aFL_Seperator ( this, SchResId( FL_SEPERATOR ) )
+ , m_aFL_Separator ( this, SchResId( FL_SEPARATOR ) )
, m_aCB_Shading ( this, SchResId( CB_SHADING ) )
, m_aCB_ObjectLines ( this, SchResId( CB_OBJECTLINES ) )
, m_aCB_RoundedEdge ( this, SchResId( CB_ROUNDEDEDGE ) )
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hrc b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hrc
index ed579afb1e32..66fc1d2691d2 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hrc
+++ b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hrc
@@ -24,7 +24,7 @@
#define CB_SHADING 2
#define CB_ROUNDEDEDGE 3
-#define FL_SEPERATOR 1
+#define FL_SEPARATOR 1
#define LB_SCHEME 2
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx
index b23e254cda5c..cf319c42f09e 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx
@@ -70,7 +70,7 @@ private:
FixedText m_aFT_Scheme;
ListBox m_aLB_Scheme;
- FixedLine m_aFL_Seperator;
+ FixedLine m_aFL_Separator;
CheckBox m_aCB_Shading;
CheckBox m_aCB_ObjectLines;
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.src b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.src
index 33ceb123cbba..5e51ae933235 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.src
+++ b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.src
@@ -33,9 +33,9 @@
#define POS_X_2 POS_X_1+WIDTH_FT+4
#define POS_Y_SCHEME 8
-#define POS_Y_SEPERATOR (POS_Y_SCHEME+13)
+#define POS_Y_SEPARATOR (POS_Y_SCHEME+13)
-#define POS_Y_SHADING (POS_Y_SEPERATOR+16)
+#define POS_Y_SHADING (POS_Y_SEPARATOR+16)
#define POS_Y_OBJECTLINES (POS_Y_SHADING+16)
#define POS_Y_ROUNDEDEDGE (POS_Y_OBJECTLINES+16)
@@ -63,9 +63,9 @@ TabPage TP_3D_SCENEAPPEARANCE
Pos = MAP_APPFONT ( POS_X_2 , POS_Y_SCHEME-2 ) ;
Size = MAP_APPFONT ( WIDTH_LB , HEIGHT_LB ) ;
};
- FixedLine FL_SEPERATOR
+ FixedLine FL_SEPARATOR
{
- Pos = MAP_APPFONT ( POS_X_0 , POS_Y_SEPERATOR ) ;
+ Pos = MAP_APPFONT ( POS_X_0 , POS_Y_SEPARATOR ) ;
Size = MAP_APPFONT ( WIDTH_FL , HEIGHT_FL ) ;
};