vcl/source/app/dbggui.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 61a194fbc1bd2624d46ccd2d71e5f1422ef522f1 Author: Lionel Elie Mamane <lio...@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); } // ======================================================================= _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits