[Libreoffice-commits] core.git: vcl/source

Lionel Elie Mamane lionel at mamane.lu
Sat Mar 16 01:47:43 PDT 2013


 vcl/source/app/dbggui.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 61a194fbc1bd2624d46ccd2d71e5f1422ef522f1
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sat Mar 16 09:47:09 2013 +0100

    Revert "fdo#61725 workaround"
    
    This reverts commit 04651da19cbd755c2d9a7d399781433c05f9cb97.
    
    Change-Id: Icd78c2305b127d42a43bd7995d0952617e06db99

diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 7af896f..0161df6 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -1747,7 +1747,7 @@ void ImplDbgTestSolarMutex()
     bool bCheck = ImplGetSVData()->mpDefInst->CheckYieldMutex();
     (void)bCheck;
     OSL_ENSURE( bCheck, "SolarMutex not locked" );
-    //assert(bCheck);
+    assert(bCheck);
 }
 
 // =======================================================================


More information about the Libreoffice-commits mailing list