summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/proxydecider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/proxydecider.cxx')
-rw-r--r--ucbhelper/source/client/proxydecider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/client/proxydecider.cxx b/ucbhelper/source/client/proxydecider.cxx
index f449ff9b4f92..f8271b579d8d 100644
--- a/ucbhelper/source/client/proxydecider.cxx
+++ b/ucbhelper/source/client/proxydecider.cxx
@@ -441,7 +441,7 @@ bool InternetProxyDecider_Impl::shouldUseProxy( const OUString & rHost,
}
aBuffer.append( sal_Unicode( ':' ) );
- aBuffer.append( OUString::valueOf( nPort ) );
+ aBuffer.append( OUString::number( nPort ) );
const OUString aHostAndPort( aBuffer.makeStringAndClear() );
std::vector< NoProxyListEntry >::const_iterator it