summaryrefslogtreecommitdiffstats
path: root/sdext
diff options
context:
space:
mode:
authorAurimas FiĊĦeras <aurimas@members.fsf.org>2011-03-19 13:48:08 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-19 13:48:08 +0100
commit34f333cd519df0bffea10a28b4a1d25aaed4aac0 (patch)
tree5ea225957f0f0d795901917a93eda25fea48929a /sdext
parentFALSE is no longer defined (diff)
downloadcore-34f333cd519df0bffea10a28b4a1d25aaed4aac0.tar.gz
core-34f333cd519df0bffea10a28b4a1d25aaed4aac0.zip
FALSE is no longer defined
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterWindowManager.cxx2
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!");
}
}