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

loplugin:stringconstant

Change-Id: I33876585b5a406231954013051bc7f61045226b0
üst c615699a
......@@ -63,7 +63,7 @@ bool FragmentHandler2::prepareMceContext( sal_Int32 nElement, const AttributeLis
if (aMceState.empty() || aMceState.back() != MCE_STARTED)
return false;
OUString aRequires = rAttribs.getString( (XML_Requires ), OUString("none") );
OUString aRequires = rAttribs.getString( (XML_Requires ), "none" );
// At this point we can't access namespaces as the correct xml filter
// is long gone. For now let's decide depending on a list of supported
......
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