loplugin:cstylecast
Change-Id: I3adb510be10b12953e2889d0d3b74402479194ee
This commit is contained in:
@@ -128,11 +128,11 @@ void EmojiView::Populate ()
|
||||
node prop = value.child(paramVal);
|
||||
|
||||
//get values of parameters in AppendItem() function
|
||||
if(paramVal == (const char*) "unicode")
|
||||
if(paramVal == "unicode")
|
||||
{
|
||||
sTitle = OUString::createFromAscii(prop.string_value().get());
|
||||
}
|
||||
else if(paramVal == (const char*)"category")
|
||||
else if(paramVal == "category")
|
||||
{
|
||||
sCategory = OUString::createFromAscii(prop.string_value().get());
|
||||
}
|
||||
|
Reference in New Issue
Block a user