summaryrefslogtreecommitdiff
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-11-29 11:00:22 +0000
committerOliver Specht <os@openoffice.org>2002-11-29 11:00:22 +0000
commit97f511a9543ff68962bf9014bd698acd2eed1a0e (patch)
tree40590142dd2212f5de0e3ed9bb0e9d9539ae1554 /sw/inc/swmodule.hxx
parente9870aba1772ec39d9188f0d47d7430e2daa0907 (diff)
#105490# MailMerge usability
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index 6fa4d4d28c8c..f1204f9c8774 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swmodule.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: os $ $Date: 2002-08-30 10:21:34 $
+ * last change: $Author: os $ $Date: 2002-11-29 12:00:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -164,6 +164,8 @@ class SwModule: public SwModuleDummy , public SfxListener
// Hint abfangen fuer DocInfo
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
+ // form letter execution
+ void GenerateFormLetter(BOOL bUseCurrentDocument);
protected:
// Briefumschlaege, Etiketten
@@ -227,9 +229,6 @@ public:
svx::ColorConfig& GetColorConfig();
SvtAccessibilityOptions& GetAccessibilityOptions();
- // UNO
-// virtual Reflection* GetReflection( UsrUik aUIK );
-
// Ueber Sichten iterieren
static SwView* GetFirstView();
static SwView* GetNextView(SwView*);