summaryrefslogtreecommitdiff
path: root/framework/util/fwk.component
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-03-18 11:23:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-03-20 07:52:33 +0100
commitea004488f6d55eaebe58c595ac53392bf936b5e4 (patch)
treee8db6ff56b56c6af7675c3f0f95022fb480b540a /framework/util/fwk.component
parente8f9830f48ba08b3b949d8b0fd1d33aad0f5b0e9 (diff)
use single-use attribute for ToolbarControllerFactory
instead of rtl::Instance, which means it will get cleaned up when UNO shuts down Change-Id: Ie856c5954965fc640dc34d500664be924ddab69c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112684 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/util/fwk.component')
-rw-r--r--framework/util/fwk.component3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/util/fwk.component b/framework/util/fwk.component
index 2d71213468d6..80af7267b774 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -145,7 +145,8 @@
<service name="com.sun.star.frame.TaskCreator"/>
</implementation>
<implementation name="com.sun.star.comp.framework.ToolBarControllerFactory"
- constructor="com_sun_star_comp_framework_ToolBarControllerFactory_get_implementation">
+ constructor="com_sun_star_comp_framework_ToolBarControllerFactory_get_implementation"
+ single-instance="true">
<service name="com.sun.star.frame.ToolbarControllerFactory"/>
<singleton name="com.sun.star.frame.theToolbarControllerFactory"/>
</implementation>