summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 17:18:57 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-28 18:52:22 +0100
commitb2c89e7236d71d92a96430db0a7eca14b41c227a (patch)
tree632a5874b1213649771af1ac2333442885fdd83c /framework/util
parent54f606c666c6d9e642090074d9d2aa4b6a3bec22 (diff)
fwk: Constructor feature for one instance UICategoryDescription.
Change-Id: I56c906c9eeafb625dee65eec9fe39ea3aee66251
Diffstat (limited to 'framework/util')
-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 0692040f2688..98f36f8d2f2d 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -125,7 +125,8 @@
<implementation name="com.sun.star.comp.framework.ToolBarFactory">
<service name="com.sun.star.ui.ToolBarFactory"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.UICategoryDescription">
+ <implementation name="com.sun.star.comp.framework.UICategoryDescription"
+ constructor="com_sun_star_comp_framework_UICategoryDescription_get_implementation">
<service name="com.sun.star.ui.UICategoryDescription"/>
<singleton name="com.sun.star.ui.theUICategoryDescription"/>
</implementation>