diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/textboxhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/textboxhelper.cxx b/sw/source/core/doc/textboxhelper.cxx index e87a28ba4cfd..1bb09d55b753 100644 --- a/sw/source/core/doc/textboxhelper.cxx +++ b/sw/source/core/doc/textboxhelper.cxx @@ -297,7 +297,7 @@ void SwTextBoxHelper::destroy(const SwFrameFormat* pShape, const SdrObject* pObj bool SwTextBoxHelper::isTextBox(const SwFrameFormat* pFormat, sal_uInt16 nType, const SdrObject* pObject) { - SolarMutexGuard aGuard; + DBG_TESTSOLARMUTEX(); assert(nType == RES_FLYFRMFMT || nType == RES_DRAWFRMFMT); if (!pFormat || pFormat->Which() != nType) return false; |