summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/dbadmin.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-04-26 10:49:58 +0000
committerFrank Schönheit <fs@openoffice.org>2001-04-26 10:49:58 +0000
commit2620c42c948d95dcde52b5487214c4677414ba66 (patch)
treeb405c959067968a3050d7957328e02df4423727e /dbaccess/source/ui/inc/dbadmin.hxx
parentfile is alive, again - added support for data source associated bookmarks (diff)
downloadcore-2620c42c948d95dcde52b5487214c4677414ba66.tar.gz
core-2620c42c948d95dcde52b5487214c4677414ba66.zip
file is alive, again - added support for data source associated bookmarks
Diffstat (limited to 'dbaccess/source/ui/inc/dbadmin.hxx')
-rw-r--r--dbaccess/source/ui/inc/dbadmin.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/dbadmin.hxx b/dbaccess/source/ui/inc/dbadmin.hxx
index 78f3d1bc89d6..fe5906e285f4 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.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: fs $ $Date: 2001-03-29 07:44:46 $
+ * last change: $Author: fs $ $Date: 2001-04-26 11:49:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -552,7 +552,8 @@ public:
void clearPassword();
/// apply the current changes, return sal_True if successfull
- void applyChangesAsync();
+ void applyChangesAsync(sal_Int32 _nOnErrorPageId);
+
/// return <TRUE/> if in the current state, the changes can be saved (i.e. they produce no conflict)
sal_Bool isApplyable();
@@ -656,6 +657,9 @@ private:
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.14 2001/03/29 07:44:46 fs
+ * #84826# +clearPassword
+ *
* Revision 1.13 2001/03/27 06:59:28 oj
* new method createConnection and export of ORB
*