connectivity/source/drivers/ado/AColumn.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2b0333d09526d85ea70ab4dfdba2c3593724c80d Author: Stephan Bergmann <[email protected]> AuthorDate: Tue Dec 15 09:24:47 2020 +0100 Commit: Stephan Bergmann <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
