summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/insrule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/insrule.hxx')
-rw-r--r--sw/source/ui/inc/insrule.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/ui/inc/insrule.hxx b/sw/source/ui/inc/insrule.hxx
index e6d02f2ac22d..d9066762acdd 100644
--- a/sw/source/ui/inc/insrule.hxx
+++ b/sw/source/ui/inc/insrule.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
@@ -37,14 +37,14 @@ class ValueSet;
class SwInsertGrfRulerDlg : public SfxModalDialog
{
FixedLine aSelectionFL;
- OKButton aOkPB;
- CancelButton aCancelPB;
- HelpButton aHelpPB;
+ OKButton aOkPB;
+ CancelButton aCancelPB;
+ HelpButton aHelpPB;
- List aGrfNames;
- String sSimple;
+ List aGrfNames;
+ String sSimple;
String sRulers;
- USHORT nSelPos;
+ USHORT nSelPos;
SwRulerValueSet* pExampleVS;
@@ -56,9 +56,9 @@ public:
SwInsertGrfRulerDlg( Window* pParent );
~SwInsertGrfRulerDlg();
- String GetGraphicName();
- BOOL IsSimpleLine() {return nSelPos == 1;}
- BOOL HasImages() const {return 0 != aGrfNames.Count();}
+ String GetGraphicName();
+ BOOL IsSimpleLine() {return nSelPos == 1;}
+ BOOL HasImages() const {return 0 != aGrfNames.Count();}
};
#endif