https://bugs.documentfoundation.org/show_bug.cgi?id=155235

--- Comment #14 from Julien Nabet <serval2...@yahoo.fr> ---
I tried this patch but no better:
diff --git a/sd/source/ui/unoidl/DrawController.cxx
b/sd/source/ui/unoidl/DrawController.cxx
index 3dd4c4c65478..7b0271b25e70 100644
--- a/sd/source/ui/unoidl/DrawController.cxx
+++ b/sd/source/ui/unoidl/DrawController.cxx
@@ -151,10 +151,10 @@ void SAL_CALL DrawController::dispose()
         mpBase->GetViewShellManager()->Shutdown();
     }

-    OPropertySetHelper::disposing();
-
     DisposeFrameworkControllers();

+    OPropertySetHelper::disposing();
+
     SfxBaseController::dispose();
 }
 since in the ctr OPropertySetHelper is initialized before FrameworkControllers
and disposing or calling destructor should call the same but in reverse order.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to