From d90d6b4f999238e7183f07646a8e36643bdcfe35 Mon Sep 17 00:00:00 2001 From: jp Date: Thu, 15 Feb 2001 15:16:48 +0000 Subject: #83369# FormLetter: prevent merge mail dialog duplicate (OS) --- sw/inc/dbmgr.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sw/inc/dbmgr.hxx') 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, -- cgit