summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/outline.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/outline.hxx
parentf3ec707e575136252333aaebf768c748e15d2c9a (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/inc/outline.hxx')
-rw-r--r--sw/source/ui/inc/outline.hxx13
1 files changed, 4 insertions, 9 deletions
diff --git a/sw/source/ui/inc/outline.hxx b/sw/source/ui/inc/outline.hxx
index 241ef914d561..4935095ee8dc 100644
--- a/sw/source/ui/inc/outline.hxx
+++ b/sw/source/ui/inc/outline.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outline.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2001-03-02 14:08:37 $
+ * 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
@@ -79,10 +79,6 @@
#include <svtools/stdctrl.hxx>
#endif
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
-#endif
-
#ifndef _FIXED_HXX //autogen
#include <vcl/fixed.hxx>
#endif
@@ -154,7 +150,7 @@ class SwOutlineTabDialog : public SfxTabDialog
class SwOutlineSettingsTabPage : public SfxTabPage
{
ListBox aLevelLB;
- GroupBox aLevelGB;
+ FixedLine aLevelFL;
FixedText aCollLbl;
ListBox aCollBox;
@@ -171,8 +167,7 @@ class SwOutlineSettingsTabPage : public SfxTabPage
Edit aSuffixED;
FixedText aStartLbl;
NumericField aStartEdit;
- GroupBox aNumberGrp;
- GroupBox aPreviewGB;
+ FixedLine aNumberFL;
NumberingPreview aPreviewWIN;
String aNoFmtName;