Kaydet (Commit) 8ff6ba3d authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:cstylecast

Change-Id: I3adb510be10b12953e2889d0d3b74402479194ee
üst f9ae1b31
...@@ -128,11 +128,11 @@ void EmojiView::Populate () ...@@ -128,11 +128,11 @@ void EmojiView::Populate ()
node prop = value.child(paramVal); node prop = value.child(paramVal);
//get values of parameters in AppendItem() function //get values of parameters in AppendItem() function
if(paramVal == (const char*) "unicode") if(paramVal == "unicode")
{ {
sTitle = OUString::createFromAscii(prop.string_value().get()); sTitle = OUString::createFromAscii(prop.string_value().get());
} }
else if(paramVal == (const char*)"category") else if(paramVal == "category")
{ {
sCategory = OUString::createFromAscii(prop.string_value().get()); sCategory = OUString::createFromAscii(prop.string_value().get());
} }
......
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