summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/srtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/srtdlg.hxx')
-rw-r--r--sw/source/ui/inc/srtdlg.hxx60
1 files changed, 30 insertions, 30 deletions
diff --git a/sw/source/ui/inc/srtdlg.hxx b/sw/source/ui/inc/srtdlg.hxx
index 8b689fad973a..4863e737f4cd 100644
--- a/sw/source/ui/inc/srtdlg.hxx
+++ b/sw/source/ui/inc/srtdlg.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
@@ -40,38 +40,38 @@ class CollatorRessource;
class SwSortDlg : public SvxStandardDialog
{
- FixedText aColLbl;
- FixedText aTypLbl;
- FixedText aDirLbl;
+ FixedText aColLbl;
+ FixedText aTypLbl;
+ FixedText aDirLbl;
FixedLine aDirFL;
- CheckBox aKeyCB1;
- NumericField aColEdt1;
- ListBox aTypDLB1;
- RadioButton aSortUpRB;
- RadioButton aSortDnRB;
+ CheckBox aKeyCB1;
+ NumericField aColEdt1;
+ ListBox aTypDLB1;
+ RadioButton aSortUpRB;
+ RadioButton aSortDnRB;
- CheckBox aKeyCB2;
- NumericField aColEdt2;
- ListBox aTypDLB2;
- RadioButton aSortUp2RB;
- RadioButton aSortDn2RB;
+ CheckBox aKeyCB2;
+ NumericField aColEdt2;
+ ListBox aTypDLB2;
+ RadioButton aSortUp2RB;
+ RadioButton aSortDn2RB;
- CheckBox aKeyCB3;
- NumericField aColEdt3;
- ListBox aTypDLB3;
- RadioButton aSortUp3RB;
- RadioButton aSortDn3RB;
+ CheckBox aKeyCB3;
+ NumericField aColEdt3;
+ ListBox aTypDLB3;
+ RadioButton aSortUp3RB;
+ RadioButton aSortDn3RB;
FixedLine aSortFL;
- RadioButton aColumnRB;
- RadioButton aRowRB;
+ RadioButton aColumnRB;
+ RadioButton aRowRB;
FixedLine aDelimFL;
- RadioButton aDelimTabRB;
- RadioButton aDelimFreeRB;
- Edit aDelimEdt;
+ RadioButton aDelimTabRB;
+ RadioButton aDelimFreeRB;
+ Edit aDelimEdt;
PushButton aDelimPB;
FixedLine aLangFL;
@@ -80,22 +80,22 @@ class SwSortDlg : public SvxStandardDialog
FixedLine aSortOptFL;
CheckBox aCaseCB;
- OKButton aOkBtn;
- CancelButton aCancelBtn;
- HelpButton aHelpBtn;
+ OKButton aOkBtn;
+ CancelButton aCancelBtn;
+ HelpButton aHelpBtn;
String aColTxt;
String aRowTxt;
String aNumericTxt;
- SwWrtShell &rSh;
+ SwWrtShell &rSh;
CollatorRessource* pColRes;
USHORT nX;
USHORT nY;
- virtual void Apply();
- sal_Unicode GetDelimChar() const;
+ virtual void Apply();
+ sal_Unicode GetDelimChar() const;
DECL_LINK( CheckHdl, CheckBox * );
DECL_LINK( DelimHdl, RadioButton* );