Kaydet (Commit) 43a56ce0 authored tarafından Luboš Luňák's avatar Luboš Luňák

remove extraneous parentheses

üst cd131c63
......@@ -306,7 +306,7 @@ sal_Bool KDESalGraphics::drawNativeControl( ControlType type, ControlPart part,
draw( QStyle::CE_PushButton, &option, m_image,
vclStateValue2StateFlag(nControlState, value) );
}
else if ( (type == CTRL_MENUBAR))
else if (type == CTRL_MENUBAR)
{
if (part == PART_MENU_ITEM)
{
......
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