[Libreoffice-commits] .: sdext/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Sat Mar 19 05:48:26 PDT 2011


 sdext/source/presenter/PresenterWindowManager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c8f106651f937132ba84e476d7a659a2f5719be8
Author: Aurimas Fišeras <aurimas at members.fsf.org>
Date:   Sat Mar 19 13:48:08 2011 +0100

    FALSE is no longer defined

diff --git a/sdext/source/presenter/PresenterWindowManager.cxx b/sdext/source/presenter/PresenterWindowManager.cxx
index f903c6d..d302063 100644
--- a/sdext/source/presenter/PresenterWindowManager.cxx
+++ b/sdext/source/presenter/PresenterWindowManager.cxx
@@ -601,7 +601,7 @@ bool PresenterWindowManager::PaintChildren (const awt::PaintEvent& rEvent) const
         }
         catch (RuntimeException&)
         {
-            OSL_ASSERT(FALSE);
+            OSL_FAIL("paint children failed!");
         }
     }
 


More information about the Libreoffice-commits mailing list