diff options
author | Aurimas Fišeras <aurimas@members.fsf.org> | 2011-03-19 13:48:08 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-19 13:48:08 +0100 |
commit | 34f333cd519df0bffea10a28b4a1d25aaed4aac0 (patch) | |
tree | 5ea225957f0f0d795901917a93eda25fea48929a /sdext/source | |
parent | bd22ce29470ed23f7380576a430fbee99bf04d92 (diff) |
FALSE is no longer defined
Diffstat (limited to 'sdext/source')
-rw-r--r-- | sdext/source/presenter/PresenterWindowManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterWindowManager.cxx b/sdext/source/presenter/PresenterWindowManager.cxx index 2c17c9efe91a..466e3fe9ca25 100644 --- a/sdext/source/presenter/PresenterWindowManager.cxx +++ b/sdext/source/presenter/PresenterWindowManager.cxx @@ -601,7 +601,7 @@ bool PresenterWindowManager::PaintChildren (const awt::PaintEvent& rEvent) const } catch (RuntimeException&) { - OSL_ASSERT(FALSE); + OSL_FAIL("paint children failed!"); } } |