summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/wrap.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-05-30 15:32:13 +0000
committerFrank Meies <fme@openoffice.org>2001-05-30 15:32:13 +0000
commit32b3672cb1576d4d338caa8e3fb181792f587613 (patch)
tree8e1b4d428c89ccb13ad7e5c4bbc217e9c3158043 /sw/source/ui/inc/wrap.hxx
parentad4e23ef8bc5f918ea269aa4a9006bd2e804ee1b (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/inc/wrap.hxx')
-rw-r--r--sw/source/ui/inc/wrap.hxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/sw/source/ui/inc/wrap.hxx b/sw/source/ui/inc/wrap.hxx
index 3a9cc0f55f95..149aa52f3eaf 100644
--- a/sw/source/ui/inc/wrap.hxx
+++ b/sw/source/ui/inc/wrap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrap.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:43 $
+ * last change: $Author: fme $ $Date: 2001-05-30 16:23:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,10 +73,6 @@
#include <vcl/imagebtn.hxx>
#endif
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
-#endif
-
#ifndef _BUTTON_HXX //autogen
#include <vcl/button.hxx>
#endif
@@ -118,13 +114,14 @@ class SwWrapTabPage: public SfxTabPage
ImageRadioButton aWrapParallelRB;
ImageRadioButton aWrapThroughRB;
ImageRadioButton aIdealWrapRB;
- GroupBox aWrapBoxC;
+ FixedLine aWrapFLC;
CheckBox aWrapAnchorOnlyCB;
CheckBox aWrapTransparentCB;
CheckBox aWrapOutlineCB;
CheckBox aWrapOutsideCB;
- GroupBox aOptionsGB;
+ FixedLine aOptionsFL;
+ FixedLine aOptionsSepFL;
// MARGIN
FixedText aLeftMarginFT;
@@ -135,7 +132,7 @@ class SwWrapTabPage: public SfxTabPage
MetricField aTopMarginED;
FixedText aBottomMarginFT;
MetricField aBottomMarginED;
- GroupBox aMarginGB;
+ FixedLine aMarginFL;
ImageList aWrapIL;