Kaydet (Commit) 0721f167 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wtautological-undefined-compare

Change-Id: I2e05bcf91c534d2aed6e296fe03d367c4c1b7212
üst ea93714e
...@@ -154,10 +154,7 @@ void Panel::SetExpanded (const bool bIsExpanded) ...@@ -154,10 +154,7 @@ void Panel::SetExpanded (const bool bIsExpanded)
bool Panel::HasIdPredicate (const ::rtl::OUString& rsId) const bool Panel::HasIdPredicate (const ::rtl::OUString& rsId) const
{ {
if (this == NULL) return msPanelId.equals(rsId);
return false;
else
return msPanelId.equals(rsId);
} }
......
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