summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-21 13:06:20 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-21 13:06:20 +0100
commit6691fc9470bbd161aad40fc5de86a90b945e0b73 (patch)
tree40c30dfbb9dd0ebc9d02c47aae3e6b4decd9ef3d /sdext
parent6d7dde7dd2b4ecb94b71c5966391c2e21ea5b241 (diff)
removetooltypes01: #i112600# Fix build problems on non-pro
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterWindowManager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterWindowManager.cxx b/sdext/source/presenter/PresenterWindowManager.cxx
index 4b424e44c437..15d0ee8a7fc1 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);
}
}