fix build
Aurimas Fišeras
aurimas at gmail.com
Sat Mar 19 02:55:28 PDT 2011
---
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 fc6d35c..92df036 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_ASSERT(false);
}
}
}
@@ -601,7 +601,7 @@ bool PresenterWindowManager::PaintChildren (const awt::PaintEvent& rEvent) const
}
catch (RuntimeException&)
{
- OSL_ASSERT(FALSE);
+ OSL_ASSERT(false);
}
}
--
1.7.4.1
--------------080202080908010100040302--
More information about the LibreOffice
mailing list