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

loplugin:literaltoboolconversion

Change-Id: I556a0fc4e47e51880b12c7e1ae25a588f576cd7c
üst 629ed90f
...@@ -159,16 +159,16 @@ public: ...@@ -159,16 +159,16 @@ public:
} }
virtual bool Notify( NotifyEvent& ) SAL_OVERRIDE virtual bool Notify( NotifyEvent& ) SAL_OVERRIDE
{ {
// CPPUNIT_ASSERT(false && "notify"); // CPPUNIT_FAIL("notify");
return false; return false;
} }
virtual void GetFocus() SAL_OVERRIDE virtual void GetFocus() SAL_OVERRIDE
{ {
CPPUNIT_ASSERT(false && "get focus"); CPPUNIT_FAIL("get focus");
} }
virtual void LoseFocus() SAL_OVERRIDE virtual void LoseFocus() SAL_OVERRIDE
{ {
CPPUNIT_ASSERT(false && "this should never be called"); CPPUNIT_FAIL("this should never be called");
} }
}; };
......
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