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

fpicker: Use appropriate OUString functions on string constants

Change-Id: Icbb91dbfcce1f16f77e8238cbb86ff9eba2d5784
üst 0c1b8516
......@@ -206,7 +206,7 @@ namespace svt
OUString aTmp( OStringToOUString( aHelpId, RTL_TEXTENCODING_UTF8 ) );
INetURLObject aHID( aTmp );
if ( aHID.GetProtocol() == INET_PROT_NOT_VALID )
sHelpURL = OUString::createFromAscii( INET_HID_SCHEME );
sHelpURL = INET_HID_SCHEME;
sHelpURL += aTmp;
return sHelpURL;
}
......
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