loplugin:cstylecast
Change-Id: I3adb510be10b12953e2889d0d3b74402479194ee
diff --git a/sfx2/source/control/emojiview.cxx b/sfx2/source/control/emojiview.cxx
index c9f2e29..6f60086 100644
--- a/sfx2/source/control/emojiview.cxx
+++ b/sfx2/source/control/emojiview.cxx
@@ -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());
}