summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-02-15 15:16:48 +0000
committerjp <jp@openoffice.org>2001-02-15 15:16:48 +0000
commitd90d6b4f999238e7183f07646a8e36643bdcfe35 (patch)
treeabe17dfb94bebaeba1a84779a8cd83fc96182c5b /sw/inc/dbmgr.hxx
parentfe3cb134a450fe6d143f1a5abeb4be8818816f6b (diff)
#83369# FormLetter: prevent merge mail dialog duplicate (OS)
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 7c5195394dc1..ac90849029aa 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbmgr.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2000-11-13 08:25:32 $
+ * last change: $Author: jp $ $Date: 2001-02-15 16:16:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,6 +118,7 @@ class SfxProgress;
class ListBox;
class Button;
class SvNumberFormatter;
+class SwMailMergeDlg;
// -----------------------------------------------------------------------
@@ -202,6 +203,7 @@ class SwNewDBMgr
SwDSParamArr aDataSourceParams;
SwDSParam* pMergeData;
+ SwMailMergeDlg* pMergeDialog;
BOOL OpenMergeSource(const String& rDataSource,
const String& rDataTableOrQuery,