summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-02-14 22:22:46 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-02-14 22:22:46 +0100
commit797203f2d0f672a3186ce8fd00ce07e0efa920bb (patch)
tree0275cf12dfa8836572c71c28d6d82bc4ef5e875a
parentmerge from master (diff)
parentCWS gnumake3: pull in cws removetooltypes01 (diff)
downloadcore-797203f2d0f672a3186ce8fd00ce07e0efa920bb.tar.gz
core-797203f2d0f672a3186ce8fd00ce07e0efa920bb.zip
dba34c: pulled and merged 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);
}
}