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

loplugin:stringconstant

Change-Id: Ia0a89419fffb9081df7da4696c3ec21ef3f0256b
üst ec5250dc
......@@ -76,7 +76,7 @@ css::uno::Sequence<OUString> BuildContextList (ContextList rContextList, bool is
OUString element = appName + ", " + contextName +", " + visibility;
if (menuCommand != "")
if (!menuCommand.isEmpty())
element += ", "+menuCommand;
result[i] = element;
......
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