summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 15:13:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 15:13:37 +0000
commit55158d29d5ba0e715e92d4e0b6fe804546d4437a (patch)
tree6d527d09e9dd576329b54f50a5a1d15e2863f724 /sw/inc/dbmgr.hxx
parent73e8fc0462c23bdf4962d5c5210999c658fced9b (diff)
INTEGRATION: CWS dialogdiet01 (1.20.382); FILE MERGED
2004/03/26 09:11:51 mwu 1.20.382.1: sw model converted. 20040326
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 9e246351c52e..18fe00b01b19 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbmgr.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: vg $ $Date: 2003-05-26 08:13:11 $
+ * last change: $Author: hr $ $Date: 2004-05-10 16:13:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,7 +127,7 @@ class SfxProgress;
class ListBox;
class Button;
class SvNumberFormatter;
-class SwMailMergeDlg;
+//CHINA001 class SwMailMergeDlg;
class SwDbtoolsClient;
class SwXMailMerge;
@@ -196,6 +196,7 @@ SV_DECL_PTRARR_DEL(SwDSParamArr, SwDSParamPtr, 0, 5)
struct SwNewDBMgr_Impl;
class SwConnectionDisposedListener_Impl;
+class AbstractMailMergeDlg;
class SwNewDBMgr
{
friend class SwConnectionDisposedListener_Impl;
@@ -219,8 +220,8 @@ friend class SwConnectionDisposedListener_Impl;
const SwXMailMerge* pMergeEvtSrc; // != 0 if mail merge events are to be send
SwDSParam* pMergeData;
- SwMailMergeDlg* pMergeDialog;
-
+ AbstractMailMergeDlg* pMergeDialog;
+ //CHINA001 SwMailMergeDlg* pMergeDialog;
SwDSParam* FindDSData(const SwDBData& rData, BOOL bCreate);
SwDSParam* FindDSConnection(const ::rtl::OUString& rSource, BOOL bCreate);