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

loplugin:stringconstant: Flag more inefficiencies

Change-Id: I81a60eb512356d19cb746145fdf0dc1a3c676ba1
üst 0c526c66
......@@ -627,7 +627,7 @@ uno::Sequence< OUString > lcl_DataSequenceToStringSequence(
{
OUString aRole;
xProp->getPropertyValue("Role") >>= aRole;
if( aRole.match( OUString( "values-x" ) ) )
if( aRole.match("values-x") )
{
//lcl_clearIfNoValuesButTextIsContained - replace by indices if the values are not appropriate
bool bHasValue=false;
......
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