loplugin:cstylecast

Change-Id: I3adb510be10b12953e2889d0d3b74402479194ee
This commit is contained in:
Noel Grandin
2016-07-29 09:40:01 +02:00
parent f9ae1b31f7
commit 8ff6ba3da8

View File

@@ -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());
}