summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-03-19 12:27:05 +0100
committerDavid Tardon <dtardon@redhat.com>2011-03-19 12:27:05 +0100
commitbd22ce29470ed23f7380576a430fbee99bf04d92 (patch)
treea1292d7cd0d32322fb3b2127015f2664d2963725 /sdext
parent609bb0ac6edc5ed69155a7da785920d2cc1251bb (diff)
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 9ee8cff274ae..2c17c9efe91a 100644
--- a/sdext/source/presenter/PresenterWindowManager.cxx
+++ b/sdext/source/presenter/PresenterWindowManager.cxx
@@ -453,7 +453,7 @@ void SAL_CALL PresenterWindowManager::windowPaint (const awt::PaintEvent& rEvent
}
catch (RuntimeException&)
{
- OSL_ASSERT(FALSE);
+ OSL_FAIL("paint failed!");
}
}
}