summaryrefslogtreecommitdiff
path: root/sw/inc/swabstdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swabstdlg.hxx')
-rw-r--r--sw/inc/swabstdlg.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index 60b81d394c90..9a57bdd24a29 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -458,6 +458,10 @@ public:
// for tabpage
virtual CreateTabPage GetTabPageCreatorFunc( sal_uInt16 nId ) = 0;
+ virtual void ExecuteMMResultSaveDialog() = 0;
+ virtual void ExecuteMMResultPrintDialog() = 0;
+ virtual void ExecuteMMResultEmailDialog() = 0;
+
protected:
~SwAbstractDialogFactory() {}
};