diff options
-rw-r--r-- | svx/source/svdraw/svdetc.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx index 21dec8684feb..99003590e06b 100644 --- a/svx/source/svdraw/svdetc.cxx +++ b/svx/source/svdraw/svdetc.cxx @@ -142,7 +142,10 @@ IMPL_LINK_NOARG(OLEObjCache, UnloadCheckHdl, Timer*, void) { uno::Reference< frame::XModel > xParentModel = pCacheObj->GetParentXModel(); if ( xUnloadModel == xParentModel ) + { bUnload = false; // the object has running embedded objects + break; + } } } } |