summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/mailmergewizard.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-22 09:26:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-22 09:26:47 +0000
commit6a13ac1e58fd05eee891c99e28a7c5fb0bcb220d (patch)
treeee10b4b5c1a140e02a55c28f67deea19b5632946 /sw/source/ui/inc/mailmergewizard.hxx
parentee859dd8f24200953f5b3443d40d93738ae5e14c (diff)
INTEGRATION: CWS asyncdialogs (1.3.306); FILE MERGED
2005/12/06 19:33:03 kso 1.3.306.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/17 15:37:26 kso 1.3.306.1: #i57125# - MailMergeWizard is now asynchronous (adaption for Threading Framework).
Diffstat (limited to 'sw/source/ui/inc/mailmergewizard.hxx')
-rw-r--r--sw/source/ui/inc/mailmergewizard.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/inc/mailmergewizard.hxx b/sw/source/ui/inc/mailmergewizard.hxx
index d821cb489787..7e23ecd06266 100644
--- a/sw/source/ui/inc/mailmergewizard.hxx
+++ b/sw/source/ui/inc/mailmergewizard.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mailmergewizard.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:49:00 $
+ * last change: $Author: vg $ $Date: 2006-11-22 10:26:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -98,6 +98,9 @@ public:
{return ::svt::RoadmapWizard::skipUntil(WizardState(nPage));}
void updateRoadmapItemLabel( WizardState _nState );
+
+ virtual short Execute();
+ virtual void StartExecuteModal( const Link& rEndDialogHdl );
};
#endif