connectivity/source/drivers/postgresql/pq_connection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 976ceae533becc3978e7c3741eadc69af4484437 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Fri Dec 18 09:06:27 2020 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Fri Dec 18 09:19:46 2020 +0100 fix build ...after 177792660697f85763b39f455d7ebff0f83084fd "pgsql-sdbc: use libpq's custom free()..." Change-Id: I44f86470707eea850742130caf7ec243d850ad51 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107933 Tested-by: Stephan Bergmann <sberg...@redhat.com> Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/connectivity/source/drivers/postgresql/pq_connection.cxx b/connectivity/source/drivers/postgresql/pq_connection.cxx index e4716fe8855d..2bc1e4a42af8 100644 --- a/connectivity/source/drivers/postgresql/pq_connection.cxx +++ b/connectivity/source/drivers/postgresql/pq_connection.cxx @@ -444,7 +444,7 @@ void Connection::initialize( const Sequence< Any >& aArguments ) nColon = url.indexOf( ':' , 1+ nColon ); if( nColon != -1 ) { - o = OUStringToOString( url.subView(nColon+1), ConnectionSettings::encoding ); + o = rtl::OUStringToOString( url.subView(nColon+1), ConnectionSettings::encoding ); } } { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits