summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/dbadmin.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-15 14:06:25 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-15 14:06:25 +0000
commitc7958b013cac420fafb91cb7dbfa0525306eb5a2 (patch)
tree99497715e04884c36db6dc93bd84fd69ede22a53 /dbaccess/source/ui/inc/dbadmin.hxx
parent#86996# use the connection pool instead of the driver manager (diff)
downloadcore-c7958b013cac420fafb91cb7dbfa0525306eb5a2.tar.gz
core-c7958b013cac420fafb91cb7dbfa0525306eb5a2.zip
#86991# +prepareSwitchDatasource
Diffstat (limited to 'dbaccess/source/ui/inc/dbadmin.hxx')
-rw-r--r--dbaccess/source/ui/inc/dbadmin.hxx10
1 files changed, 8 insertions, 2 deletions
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
*