summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/mergetbl.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/mergetbl.hxx
parentf3ec707e575136252333aaebf768c748e15d2c9a (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/inc/mergetbl.hxx')
-rw-r--r--sw/source/ui/inc/mergetbl.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/sw/source/ui/inc/mergetbl.hxx b/sw/source/ui/inc/mergetbl.hxx
index ef8481755b06..f192ae4035fb 100644
--- a/sw/source/ui/inc/mergetbl.hxx
+++ b/sw/source/ui/inc/mergetbl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mergetbl.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:41 $
+ * 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
@@ -64,9 +64,11 @@
#ifndef _BUTTON_HXX //autogen
#include <vcl/button.hxx>
#endif
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
+
+#ifndef _FIXED_HXX //autogen
+#include <vcl/fixed.hxx>
#endif
+
#ifndef _SVX_STDDLG_HXX //autogen
#include <svx/stddlg.hxx>
#endif
@@ -77,7 +79,7 @@ class SwMergeTblDlg : public SvxStandardDialog
OKButton aOKPB;
CancelButton aCancelPB;
HelpButton aHelpPB;
- GroupBox aMergeGB;
+ FixedLine aMergeFL;
RadioButton aMergePrevRB;
RadioButton aMergeNextRB;