summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/break.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/break.hxx
parentad4e23ef8bc5f918ea269aa4a9006bd2e804ee1b (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/inc/break.hxx')
-rw-r--r--sw/source/ui/inc/break.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/sw/source/ui/inc/break.hxx b/sw/source/ui/inc/break.hxx
index d28342fd4334..2c6be1875a13 100644
--- a/sw/source/ui/inc/break.hxx
+++ b/sw/source/ui/inc/break.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: break.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:38 $
+ * 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
@@ -81,10 +81,6 @@
#include <vcl/field.hxx>
#endif
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
-#endif
-
class SwWrtShell;
class SwBreakDlg: public SvxStandardDialog
@@ -97,7 +93,7 @@ class SwBreakDlg: public SvxStandardDialog
ListBox aPageCollBox;
CheckBox aPageNumBox;
NumericField aPageNumEdit;
- GroupBox aBreakFrm;
+ FixedLine aBreakFL;
OKButton aOkBtn;
CancelButton aCancelBtn;