summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx')
-rw-r--r--chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx b/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx
index c0512731db4c..5f0ebcd1c252 100644
--- a/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx
+++ b/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx
@@ -2,7 +2,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
@@ -57,21 +57,21 @@ struct InsertAxisOrGridDialogData
class SchAxisDlg : public ModalDialog
{
protected:
- FixedLine aFlPrimary;
- FixedLine aFlPrimaryGrid;
- CheckBox aCbPrimaryX;
- CheckBox aCbPrimaryY;
- CheckBox aCbPrimaryZ;
+ FixedLine aFlPrimary;
+ FixedLine aFlPrimaryGrid;
+ CheckBox aCbPrimaryX;
+ CheckBox aCbPrimaryY;
+ CheckBox aCbPrimaryZ;
- FixedLine aFlSecondary;
- FixedLine aFlSecondaryGrid;
- CheckBox aCbSecondaryX;
- CheckBox aCbSecondaryY;
- CheckBox aCbSecondaryZ;
+ FixedLine aFlSecondary;
+ FixedLine aFlSecondaryGrid;
+ CheckBox aCbSecondaryX;
+ CheckBox aCbSecondaryY;
+ CheckBox aCbSecondaryZ;
- OKButton aPbOK;
- CancelButton aPbCancel;
- HelpButton aPbHelp;
+ OKButton aPbOK;
+ CancelButton aPbCancel;
+ HelpButton aPbHelp;
public:
SchAxisDlg( Window* pParent, const InsertAxisOrGridDialogData& rInput, BOOL bAxisDlg=true );