summaryrefslogtreecommitdiff
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
commitc8f106651f937132ba84e476d7a659a2f5719be8 (patch)
treec4265a93038a8e3f9b4c1d79fe1bea8162f6a01c
parent6e7ede4139eb6544bacfad01cb4965057d28941c (diff)
FALSE is no longer defined
-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 f903c6d..d302063 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!");
}
}