loplugin:stringconstant: OUStringBuffer: appendAscii -> append
Change-Id: I137a0fe7f44ea46af0f9d5337c2aec61a64f508d
This commit is contained in:
@@ -598,9 +598,9 @@ utl::OConfigurationTreeRoot ResourceManager::GetLegacyAddonRootNode (const OUStr
|
||||
OUString()));
|
||||
|
||||
OUStringBuffer aPathComposer;
|
||||
aPathComposer.appendAscii("org.openoffice.Office.UI.");
|
||||
aPathComposer.append("org.openoffice.Office.UI.");
|
||||
aPathComposer.append(sWindowStateRef);
|
||||
aPathComposer.appendAscii("/UIElements/States");
|
||||
aPathComposer.append("/UIElements/States");
|
||||
|
||||
return utl::OConfigurationTreeRoot(xContext, aPathComposer.makeStringAndClear(), false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user