Kaydet (Commit) 31305fe1 authored tarafından Noel Power's avatar Noel Power

move xShape def outside debug ifdef to fix build failure

Change-Id: Ibfc75eade6982bd5375beea2ea2e282bd27d91ed
üst 0f972e94
......@@ -2969,8 +2969,8 @@ SvxShape* SdrObject::getSvxShape()
// retrieving the impl pointer and subsequently using it is not thread-safe, of course, so it needs to be
// guarded by the SolarMutex
#if OSL_DEBUG_LEVEL > 0
uno::Reference< uno::XInterface > xShape( maWeakUnoShape );
#if OSL_DEBUG_LEVEL > 0
OSL_ENSURE( !( !xShape.is() && mpSvxShape ),
"SdrObject::getSvxShape: still having IMPL-Pointer to dead object!" );
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment