Kaydet (Commit) f193b186 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:staticcall

Change-Id: Ic01bcf112763c386741372d939c74ed5ce3317dc
üst d75b9fd5
......@@ -111,7 +111,7 @@ void Breadcrumb::SetURL( const OUString& rURL )
if( aURL.HasPort() )
{
sHostPort += ":";
sHostPort += sHostPort.number( aURL.GetPort() );
sHostPort += OUString::number( aURL.GetPort() );
}
OUString sUser = aURL.GetUser( INetURLObject::NO_DECODE );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment