From 4f3d101f696ee1e166089981f84ff4df75998371 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Wed, 21 Feb 2001 11:13:10 +0000 Subject: use database struct instead of a combined string --- sw/inc/dbmgr.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/inc/dbmgr.hxx') 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, -- cgit