Kaydet (Commit) 34f333cd authored tarafından Aurimas Fišeras's avatar Aurimas Fišeras Kaydeden (comit) Thomas Arnhold

FALSE is no longer defined

üst bd22ce29
...@@ -601,7 +601,7 @@ bool PresenterWindowManager::PaintChildren (const awt::PaintEvent& rEvent) const ...@@ -601,7 +601,7 @@ bool PresenterWindowManager::PaintChildren (const awt::PaintEvent& rEvent) const
} }
catch (RuntimeException&) catch (RuntimeException&)
{ {
OSL_ASSERT(FALSE); OSL_FAIL("paint children failed!");
} }
} }
......
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