summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/mailmrge.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/mailmrge.hxx
parentf3ec707e575136252333aaebf768c748e15d2c9a (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/inc/mailmrge.hxx')
-rw-r--r--sw/source/ui/inc/mailmrge.hxx13
1 files changed, 4 insertions, 9 deletions
diff --git a/sw/source/ui/inc/mailmrge.hxx b/sw/source/ui/inc/mailmrge.hxx
index 678256410260..381efad587f1 100644
--- a/sw/source/ui/inc/mailmrge.hxx
+++ b/sw/source/ui/inc/mailmrge.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mailmrge.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-03-07 13:41:22 $
+ * 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
@@ -76,11 +76,6 @@
#ifndef _FIXED_HXX //autogen
#include <vcl/fixed.hxx>
#endif
-
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
-#endif
-
#ifndef _EDIT_HXX //autogen
#include <vcl/edit.hxx>
#endif
@@ -110,7 +105,7 @@ class SwMailMergeDlg : public SvxStandardDialog
NumericField aFromNF;
FixedText aBisFT;
NumericField aToNF;
- GroupBox aRecordGB;
+ FixedLine aRecordFL;
RadioButton aPrinterRB;
RadioButton aMailingRB;
@@ -138,7 +133,7 @@ class SwMailMergeDlg : public SvxStandardDialog
CheckBox aFormatHtmlCB;
CheckBox aFormatRtfCB;
CheckBox aFormatSwCB;
- GroupBox aDestGB;
+ FixedLine aDestFL;
OKButton aOkBTN;
CancelButton aCancelBTN;