[Libreoffice-commits] core.git: connectivity/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 15 08:25:24 UTC 2020


 connectivity/source/drivers/ado/AColumn.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2b0333d09526d85ea70ab4dfdba2c3593724c80d
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Dec 15 09:24:47 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Dec 15 09:24:47 2020 +0100

    loplugin:stringview (clang-cl)
    
    Change-Id: I7920101576f1b5a115bf2af74f18832e0341eb24

diff --git a/connectivity/source/drivers/ado/AColumn.cxx b/connectivity/source/drivers/ado/AColumn.cxx
index b7175d54cf1b..4f15d1605f4d 100644
--- a/connectivity/source/drivers/ado/AColumn.cxx
+++ b/connectivity/source/drivers/ado/AColumn.cxx
@@ -207,7 +207,7 @@ void OAdoColumn::fillPropertyValues()
             ::comphelper::UStringMixEqual aCase(false);
             OTypeInfoMap::const_iterator aFind = std::find_if(pTypeInfoMap->begin(), pTypeInfoMap->end(),
                 [&aCase] (const OTypeInfoMap::value_type& typeInfo) {
-                    return aCase(typeInfo.second->getDBName(), OUString("VarBinary"));
+                    return aCase(typeInfo.second->getDBName(), u"VarBinary");
                 });
 
             if ( aFind != pTypeInfoMap->end() ) // change column type if necessary


More information about the Libreoffice-commits mailing list