[Libreoffice-commits] .: sdext/source

David Tardon dtardon at kemper.freedesktop.org
Sat Mar 19 04:27:13 PDT 2011


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

New commits:
commit 6e7ede4139eb6544bacfad01cb4965057d28941c
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Mar 19 12:27:05 2011 +0100

    FALSE is no longer defined

diff --git a/sdext/source/presenter/PresenterWindowManager.cxx b/sdext/source/presenter/PresenterWindowManager.cxx
index fc6d35c..f903c6d 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_FAIL("paint failed!");
         }
     }
 }


More information about the Libreoffice-commits mailing list