diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-03-05 07:54:07 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-03-16 08:19:39 +0100 |
commit | 04651da19cbd755c2d9a7d399781433c05f9cb97 (patch) | |
tree | 8b2a62eb6f27222a07e990445dcbd241425e292a /vcl/source/app | |
parent | fd17ba6a421acf63b3b959138bb572498d56d469 (diff) |
fdo#61725 workaround
Change-Id: I7d25f293020f366b20ddb9cade1854013857bed2
Diffstat (limited to 'vcl/source/app')
-rw-r--r-- | vcl/source/app/dbggui.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index 0161df6dfa08..7af896fa4f11 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); } // ======================================================================= |