summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:53:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:53:11 +0000
commit3c377b3ebb9f3f351a8f5174440628f719b73c83 (patch)
tree19d3623574ca9deba2368f0e7c60cd8f5456fd06 /dbaccess
parentINTEGRATION: CWS dba31a (1.79.8); FILE MERGED (diff)
downloadcore-3c377b3ebb9f3f351a8f5174440628f719b73c83.tar.gz
core-3c377b3ebb9f3f351a8f5174440628f719b73c83.zip
INTEGRATION: CWS dba31a (1.43.8); FILE MERGED
2008/07/04 14:27:14 oj 1.43.8.1: #i81899# handle config data for JavaDriverClassPath
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/dataaccess/datasource.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/datasource.hxx b/dbaccess/source/core/dataaccess/datasource.hxx
index 13110da084ee..863dc252328a 100644
--- a/dbaccess/source/core/dataaccess/datasource.hxx
+++ b/dbaccess/source/core/dataaccess/datasource.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: datasource.hxx,v $
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
* This file is part of OpenOffice.org.
*
@@ -299,6 +299,8 @@ private:
void clearConnections();
+ void impl_insertJavaDriverClassPath_nothrow(::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rDriverInfo);
+
protected:
using ::cppu::OPropertySetHelper::getFastPropertyValue;
};