summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-02-21 11:13:10 +0000
committerOliver Specht <os@openoffice.org>2001-02-21 11:13:10 +0000
commit4f3d101f696ee1e166089981f84ff4df75998371 (patch)
treed64b59eb62af1262cf6e440f7c05424dfd54a914 /sw/inc/dbmgr.hxx
parent6985f1e13cdf55cabb75179d2c07fadf0ba7390e (diff)
use database struct instead of a combined string
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index ac90849029aa..94fc7214aeb5 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbmgr.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jp $ $Date: 2001-02-15 16:16:48 $
+ * last change: $Author: os $ $Date: 2001-02-21 12:13:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,7 @@ class ListBox;
class Button;
class SvNumberFormatter;
class SwMailMergeDlg;
-
+struct SwDBData;
// -----------------------------------------------------------------------
enum DBMgrOptions
@@ -322,7 +322,7 @@ public:
BOOL ShowInBeamer(const String& rDBName, const String& rTableName,
BYTE nType, const String& rStatement);
- const String& GetAddressDBName();
+ const SwDBData& GetAddressDBName();
static String GetDBField(
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xColumnProp,