Kaydet (Commit) db681394 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

Update comment to reality... many properties now, not one.

Change-Id: Icc81d3067969d1d61182865d36ecabec4e7f85b7
Reviewed-on: https://gerrit.libreoffice.org/9551Reviewed-by: 's avatarLionel Elie Mamane <lionel@mamane.lu>
Tested-by: 's avatarLionel Elie Mamane <lionel@mamane.lu>
üst 895d63be
......@@ -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" )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment