summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2014-05-29 17:45:30 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2014-05-29 10:52:16 -0500
commitdb681394e02611872570feba07246bdb41c5bf2b (patch)
tree6a7f1204ed52f708ffeaee1bcd77b67a5dbbf9ca /connectivity
parent895d63be19f945a98d705fea3d5d067ff66f8bc1 (diff)
Update comment to reality... many properties now, not one.
Change-Id: Icc81d3067969d1d61182865d36ecabec4e7f85b7 Reviewed-on: https://gerrit.libreoffice.org/9551 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/jdbc/tools.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/connectivity/source/drivers/jdbc/tools.cxx b/connectivity/source/drivers/jdbc/tools.cxx
index 91ed3031ef4f..0d9ae1ecbadf 100644
--- a/connectivity/source/drivers/jdbc/tools.cxx
+++ b/connectivity/source/drivers/jdbc/tools.cxx
@@ -110,7 +110,9 @@ java_util_Properties* connectivity::createStringPropertyArray(const Sequence< Pr
for(;pBegin != pEnd;++pBegin)
{
- // this is a special property to find the jdbc driver
+ // these are properties used internally by LibreOffice,
+ // and should not be passed to the JDBC driver
+ // (which probably does not know anything about them anyway).
// FYI, OUString::compareToAscii() returns zero on equality, like strcmp()
if ( pBegin->Name.compareToAscii( "JavaDriverClass" )
&& pBegin->Name.compareToAscii( "JavaDriverClassPath" )