From c7958b013cac420fafb91cb7dbfa0525306eb5a2 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Tue, 15 May 2001 14:06:25 +0000 Subject: #86991# +prepareSwitchDatasource --- dbaccess/source/ui/inc/dbadmin.hxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/inc/dbadmin.hxx') diff --git a/dbaccess/source/ui/inc/dbadmin.hxx b/dbaccess/source/ui/inc/dbadmin.hxx index 94bdc9abb3d1..a6612d870036 100644 --- a/dbaccess/source/ui/inc/dbadmin.hxx +++ b/dbaccess/source/ui/inc/dbadmin.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbadmin.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: fs $ $Date: 2001-05-10 12:12:46 $ + * last change: $Author: fs $ $Date: 2001-05-15 15:06:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -650,6 +650,9 @@ protected: */ sal_Bool hasAuthentication(const SfxItemSet& _rSet) const; + /// prepares switching to another data source + sal_Bool prepareSwitchDatasource(); + private: DECL_LINK(OnDatasourceSelected, ListBox*); DECL_LINK(OnTypeSelected, OGeneralPage*); @@ -671,6 +674,9 @@ private: /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.16 2001/05/10 12:12:46 fs + * #86223# remember view settings while applying (no matter if synchron or asynchronously + * * Revision 1.15 2001/04/26 11:49:58 fs * file is alive, again - added support for data source associated bookmarks * -- cgit