diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-08 11:49:29 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-08 11:49:29 +0100 |
commit | 4e41f1dc37325da6ab51ebed9f1670d8ab17b8fd (patch) | |
tree | 7c6424e204efbf1d86225cad92bed550bee28a9b | |
parent | 55e620d42d628c120dec7af69bc7b01969ae611b (diff) | |
parent | d3bbb305d38bc95f6bba8311219102e375a10aac (diff) |
CWS gnumake3: pull in cws removetooltypes01ooo/DEV300_m100
-rw-r--r-- | sdext/source/presenter/PresenterWindowManager.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterWindowManager.cxx b/sdext/source/presenter/PresenterWindowManager.cxx index 72c5a1e..a63dc4a 100644 --- a/sdext/source/presenter/PresenterWindowManager.cxx +++ b/sdext/source/presenter/PresenterWindowManager.cxx @@ -452,7 +452,7 @@ void SAL_CALL PresenterWindowManager::windowPaint (const awt::PaintEvent& rEvent } catch (RuntimeException&) { - OSL_ASSERT(FALSE); + OSL_ASSERT(sal_False); } } } @@ -600,7 +600,7 @@ bool PresenterWindowManager::PaintChildren (const awt::PaintEvent& rEvent) const } catch (RuntimeException&) { - OSL_ASSERT(FALSE); + OSL_ASSERT(sal_False); } } |