summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-08 11:49:29 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-08 11:49:29 +0100
commit1e8a573baae510633c90e457b6c47c04b7dff132 (patch)
tree14b538b3ad81c9e560d2b96f686ddf8d822f8bc0
parentf5c10f4fe527d70e9d012621c64d55e7e6e95aa4 (diff)
parent3634f999fc7812eb711174539227054ace2bda73 (diff)
CWS gnumake3: pull in cws removetooltypes01
Notes
split repo tag: extensions_ooo/DEV300_m100
-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);
}
}