summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/tautofmt.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/tautofmt.hxx
parent#86941# get/setRubyList: PositionIsAbove added (diff)
downloadcore-c03292c455653d65c411a5bffa59c062a46d4c35.tar.gz
core-c03292c455653d65c411a5bffa59c062a46d4c35.zip
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/inc/tautofmt.hxx')
-rw-r--r--sw/source/ui/inc/tautofmt.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/sw/source/ui/inc/tautofmt.hxx b/sw/source/ui/inc/tautofmt.hxx
index a85da1bcacd2..58efb6353277 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.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:42 $
+ * 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
@@ -73,10 +73,6 @@
#include <vcl/lstbox.hxx>
#endif
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
-#endif
-
#ifndef _BUTTON_HXX //autogen
#include <vcl/button.hxx>
#endif
@@ -106,13 +102,12 @@ class SwAutoFormatDlg : public SfxModalDialog
{
FixedText aFtFormat;
ListBox aLbFormat;
- GroupBox aGbPreview;
CheckBox aBtnNumFormat;
CheckBox aBtnBorder;
CheckBox aBtnFont;
CheckBox aBtnPattern;
CheckBox aBtnAlignment;
- GroupBox aGbFormat;
+ FixedLine aFLFormat;
OKButton aBtnOk;
CancelButton aBtnCancel;
HelpButton aBtnHelp;