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

loplugin:stringconstant: handle OUString+=OUString(literal)

Change-Id: I5af9cc77f0329148925ac1b4f0de1df7634a7e08
üst 8fd802eb
......@@ -44,7 +44,7 @@ int main(void)
OUString profilePath = access->getProfilePath(::com::sun::star::mozilla::MozillaProductType_Thunderbird, defaultProfile);
SAL_INFO("connectivity.mork", "ProfilePath: " << profilePath);
profilePath += OUString( "/abook.mab" );
profilePath += "/abook.mab";
SAL_INFO("connectivity.mork", "abook.mab: " << profilePath);
OString aOString = OUStringToOString( profilePath, RTL_TEXTENCODING_UTF8 );
......
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