summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/split.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/split.hxx')
-rw-r--r--sw/source/ui/inc/split.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/ui/inc/split.hxx b/sw/source/ui/inc/split.hxx
index a49e131cd666..661c063abdbd 100644
--- a/sw/source/ui/inc/split.hxx
+++ b/sw/source/ui/inc/split.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
@@ -42,17 +42,17 @@ class SwWrtShell;
class SwSplitTableDlg : public SvxStandardDialog
{
- FixedText aCountLbl;
- NumericField aCountEdit;
+ FixedText aCountLbl;
+ NumericField aCountEdit;
FixedLine aCountFL;
- ImageRadioButton aHorzBox;
+ ImageRadioButton aHorzBox;
ImageRadioButton aVertBox;
CheckBox aPropCB;
FixedLine aDirFL;
- OKButton aOKBtn;
- CancelButton aCancelBtn;
- HelpButton aHelpBtn;
- SwWrtShell& rSh;
+ OKButton aOKBtn;
+ CancelButton aCancelBtn;
+ HelpButton aHelpBtn;
+ SwWrtShell& rSh;
protected:
virtual void Apply();