summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/srtdlg.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-06-01 09:20:44 +0000
committerFrank Meies <fme@openoffice.org>2001-06-01 09:20:44 +0000
commitc03292c455653d65c411a5bffa59c062a46d4c35 (patch)
treed576629c0c9fb62a64e13879531904a8b74f5215 /sw/source/ui/inc/srtdlg.hxx
parentf3ec707e575136252333aaebf768c748e15d2c9a (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/inc/srtdlg.hxx')
-rw-r--r--sw/source/ui/inc/srtdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/inc/srtdlg.hxx b/sw/source/ui/inc/srtdlg.hxx
index cbc9ef463efe..44d93f9bfb38 100644
--- a/sw/source/ui/inc/srtdlg.hxx
+++ b/sw/source/ui/inc/srtdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: srtdlg.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2001-04-24 18:09:30 $
+ * last change: $Author: fme $ $Date: 2001-06-01 10:20:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ class SwSortDlg : public SvxStandardDialog
FixedText aTypLbl;
FixedText aDirLbl;
- FixedLine aDirGrp;
+ FixedLine aDirFL;
CheckBox aKeyCB1;
NumericField aColEdt1;
@@ -109,11 +109,11 @@ class SwSortDlg : public SvxStandardDialog
RadioButton aSortUp3RB;
RadioButton aSortDn3RB;
- FixedLine aSortGrp;
+ FixedLine aSortFL;
RadioButton aColumnRB;
RadioButton aRowRB;
- FixedLine aDelimGrp;
+ FixedLine aDelimFL;
RadioButton aDelimTabRB;
RadioButton aDelimFreeRB;
Edit aDelimEdt;