connectivity/source/drivers/firebird/Connection.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 02fd70fb1c9578351919d82100047c03be97934c Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Wed Nov 29 19:38:25 2023 +0100 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Wed Nov 29 22:58:41 2023 +0100 Extended loplugin:ostr: connectivity Change-Id: Ibbfb8945754713721c4e9ab9d8015c111c1307be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160125 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/connectivity/source/drivers/firebird/Connection.cxx b/connectivity/source/drivers/firebird/Connection.cxx index 8dc567b23233..d0008272e17f 100644 --- a/connectivity/source/drivers/firebird/Connection.cxx +++ b/connectivity/source/drivers/firebird/Connection.cxx @@ -233,8 +233,8 @@ void Connection::construct(const OUString& url, const Sequence< PropertyValue >& if (m_bIsEmbedded || m_bIsFile) { - userName = "sysdba"; - userPassword = "masterkey"; + userName = "sysdba"_ostr; + userPassword = "masterkey"_ostr; } else {