summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/formedt.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/formedt.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/formedt.hxx')
-rw-r--r--sw/source/ui/inc/formedt.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/sw/source/ui/inc/formedt.hxx b/sw/source/ui/inc/formedt.hxx
index cccfb99b0c2f..076869573e7c 100644
--- a/sw/source/ui/inc/formedt.hxx
+++ b/sw/source/ui/inc/formedt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formedt.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:40 $
+ * 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
@@ -81,10 +81,6 @@
#include <vcl/edit.hxx>
#endif
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
-#endif
-
#include "toxe.hxx"
class SwWrtShell;
@@ -118,14 +114,14 @@ class SwIdxFormDlg : public SvxStandardDialog
PushButton aTabBT;
PushButton aPageBT;
PushButton aJumpBT;
- GroupBox aEntryGB;
+ FixedLine aEntryFL;
FixedText aLevelFT2;
ListBox aLevelLB;
FixedText aTemplateFT;
ListBox aParaLayLB;
PushButton aStdBT;
PushButton aAssignBT;
- GroupBox aFormatGB;
+ FixedLine aFormatFL;
SwWrtShell &rSh;
SwForm *pForm;