summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/splittbl.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/splittbl.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/splittbl.hxx')
-rw-r--r--sw/source/ui/inc/splittbl.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/ui/inc/splittbl.hxx b/sw/source/ui/inc/splittbl.hxx
index d516ae04188c..e15c876faf58 100644
--- a/sw/source/ui/inc/splittbl.hxx
+++ b/sw/source/ui/inc/splittbl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: splittbl.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:42 $
+ * 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
@@ -65,12 +65,12 @@
#include <svx/stddlg.hxx>
#endif
-#ifndef _BUTTON_HXX //autogen
-#include <vcl/button.hxx>
+#ifndef _FIXED_HXX //autogen
+#include <vcl/fixed.hxx>
#endif
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
+#ifndef _BUTTON_HXX //autogen
+#include <vcl/button.hxx>
#endif
class SwWrtShell;
@@ -80,7 +80,7 @@ class SwSplitTblDlg : public SvxStandardDialog
OKButton aOKPB;
CancelButton aCancelPB;
HelpButton aHelpPB;
- GroupBox aSplitGB;
+ FixedLine aSplitFL;
RadioButton aCntntCopyRB;
RadioButton aBoxAttrCopyWithParaRB ;
RadioButton aBoxAttrCopyNoParaRB ;