summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/mailmrge.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-11-29 11:14:12 +0000
committerOliver Specht <os@openoffice.org>2002-11-29 11:14:12 +0000
commit34ec2bb3bc7aa5a566d4ff93c8cfc21f1ab6ff5c (patch)
treecd5fa12778a025b9632209205cb9214ba8c4c5b6 /sw/source/ui/inc/mailmrge.hxx
parent9b4235749a0d93cad9b37870cb1d289a8c440a48 (diff)
#105490# MailMerge usability
Diffstat (limited to 'sw/source/ui/inc/mailmrge.hxx')
-rw-r--r--sw/source/ui/inc/mailmrge.hxx21
1 files changed, 19 insertions, 2 deletions
diff --git a/sw/source/ui/inc/mailmrge.hxx b/sw/source/ui/inc/mailmrge.hxx
index 89c4405f4d3d..b187a375dece 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: oj $ $Date: 2002-08-21 12:23:41 $
+ * last change: $Author: os $ $Date: 2002-11-29 12:14:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -188,6 +188,23 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet> GetResultSet() const;
};
+/* -----------------27.11.2002 12:05-----------------
+ *
+ * --------------------------------------------------*/
+class SwMailMergeCreateFromDlg : public ModalDialog
+{
+ FixedLine aCreateFromFL;
+ RadioButton aThisDocRB;
+ RadioButton aUseTemplateRB;
+ OKButton aOK;
+ CancelButton aCancel;
+ HelpButton aHelp;
+public:
+ SwMailMergeCreateFromDlg(Window* pParent);
+ ~SwMailMergeCreateFromDlg();
+
+ BOOL IsThisDocument() const {return aThisDocRB.IsChecked();}
+};
#endif