summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-26 07:13:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-26 07:13:11 +0000
commit4e496e46687d5e014f9203d5e97988540229de25 (patch)
tree854982f371b5f52868811af09f70c9b53afba5ac /sw/inc/dbmgr.hxx
parent13a9ab6071fe2cfe337e79f8bcfb6d49237173bd (diff)
INTEGRATION: CWS os10 (1.19.44); FILE MERGED
2003/05/14 07:33:55 os 1.19.44.1: #109593# remove SwDBToolsClient in SwDLL::Exit instead of using a static object
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index a28adfe9abba..9e246351c52e 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbmgr.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hr $ $Date: 2003-04-04 18:09:45 $
+ * last change: $Author: vg $ $Date: 2003-05-26 08:13:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,6 +199,9 @@ class SwConnectionDisposedListener_Impl;
class SwNewDBMgr
{
friend class SwConnectionDisposedListener_Impl;
+
+ static SwDbtoolsClient* pDbtoolsClient;
+
String sEMailAddrFld; // Mailing: Spaltenname der E-Mail Adresse
String sSubject; // Mailing: Subject
String sAttached; // Mailing: Attachte Files
@@ -363,6 +366,8 @@ public:
static ::com::sun::star::uno::Sequence<rtl::OUString> GetExistingDatabaseNames();
static SwDbtoolsClient& GetDbtoolsClient();
+ // has to be called from _FinitUI()
+ static void RemoveDbtoolsClient();
/** try to get the data source from the given connection through the XChild interface.
If this is not possible, the data source will be created through its name.