diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2015-01-26 05:19:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-27 09:42:51 +0000 |
commit | b5dd15832a0d88e407511e408d833ebf5c764534 (patch) | |
tree | 96d8ea1302cf7de2bd2ca22af26a59ba2e884398 /dbaccess | |
parent | 42685b663388dd81fed5d6a6f2c0168a22e84f02 (diff) |
this seems to be the intent of the code
and what it did prior to the OUString conversion
Change-Id: I97aba7e51f56e77101f591d7e9849b7243d6c90b
Reviewed-on: https://gerrit.libreoffice.org/14179
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/misc/dsntypes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/misc/dsntypes.cxx b/dbaccess/source/core/misc/dsntypes.cxx index 13b2cfa822dc..a88bd28dbbcb 100644 --- a/dbaccess/source/core/misc/dsntypes.cxx +++ b/dbaccess/source/core/misc/dsntypes.cxx @@ -359,7 +359,7 @@ DATASOURCE_TYPE ODsnTypeCollection::determineType(const OUString& _rDsn) const if (sDsn.startsWithIgnoreAsciiCase("sdbc:ado:")) { - if (sDsn.startsWithIgnoreAsciiCase("sdbc:ado:access")) + if (sDsn.startsWithIgnoreAsciiCase("sdbc:ado:access:")) { if (sDsn.startsWithIgnoreAsciiCase("sdbc:ado:access:Provider=Microsoft.ACE.OLEDB.12.0;")) return DST_MSACCESS_2007; |