View | Details | Raw Unified | Return to issue 113608
Collapse All | Expand All

(-)a/main/svx/source/unodraw/unoshape.cxx (-1 / +1 lines)
Lines 284-290 void SvxShape::TakeSdrObjectOwnership() Link Here
284
284
285
bool SvxShape::HasSdrObjectOwnership() const
285
bool SvxShape::HasSdrObjectOwnership() const
286
{
286
{
287
    if ( !mpImpl->mbHasSdrObjectOwnership )
287
    if (mpImpl!=NULL && !mpImpl->mbHasSdrObjectOwnership )
288
        return false;
288
        return false;
289
289
290
    OSL_ENSURE( mpObj.is(), "SvxShape::HasSdrObjectOwnership: have the ownership of an object which I don't know!" );
290
    OSL_ENSURE( mpObj.is(), "SvxShape::HasSdrObjectOwnership: have the ownership of an object which I don't know!" );

Return to issue 113608