diff options
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/client/proxydecider.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/client/proxydecider.cxx b/ucbhelper/source/client/proxydecider.cxx index 2c24e3d232ad..f3601e058aa0 100644 --- a/ucbhelper/source/client/proxydecider.cxx +++ b/ucbhelper/source/client/proxydecider.cxx @@ -425,7 +425,7 @@ bool InternetProxyDecider_Impl::shouldUseProxy( const OUString & rHost, } aBuffer.append( ':' ); - aBuffer.append( OUString::number( nPort ) ); + aBuffer.append( nPort ); const OUString aHostAndPort( aBuffer.makeStringAndClear() ); for (auto const& noProxy : m_aNoProxyList) |