summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/tautofmt.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-06-14 16:35:39 +0000
committerFrank Meies <fme@openoffice.org>2001-06-14 16:35:39 +0000
commit0a1cca4eefc276bc53857f6f774ff4cfcbbab9ae (patch)
treeac489fbe154af40512282295ed33e8f64ac8301f /sw/source/ui/inc/tautofmt.hxx
parentTask #88180#: solaris compiler error (diff)
downloadcore-0a1cca4eefc276bc53857f6f774ff4cfcbbab9ae.tar.gz
core-0a1cca4eefc276bc53857f6f774ff4cfcbbab9ae.zip
Fix: #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/inc/tautofmt.hxx')
-rw-r--r--sw/source/ui/inc/tautofmt.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/tautofmt.hxx b/sw/source/ui/inc/tautofmt.hxx
index 58efb6353277..1473c27130f8 100644
--- a/sw/source/ui/inc/tautofmt.hxx
+++ b/sw/source/ui/inc/tautofmt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tautofmt.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fme $ $Date: 2001-06-01 10:20:44 $
+ * last change: $Author: fme $ $Date: 2001-06-14 17:19:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,14 +100,14 @@ enum AutoFmtLine { TOP_LINE, BOTTOM_LINE, LEFT_LINE, RIGHT_LINE };
class SwAutoFormatDlg : public SfxModalDialog
{
- FixedText aFtFormat;
+ FixedLine aFlFormat;
ListBox aLbFormat;
CheckBox aBtnNumFormat;
CheckBox aBtnBorder;
CheckBox aBtnFont;
CheckBox aBtnPattern;
CheckBox aBtnAlignment;
- FixedLine aFLFormat;
+ FixedLine aFlFormats;
OKButton aBtnOk;
CancelButton aBtnCancel;
HelpButton aBtnHelp;