summaryrefslogtreecommitdiff
path: root/toolkit/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-23 12:27:14 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-23 23:38:59 +0100
commit3b40356e841ee2a7640743eebc3f9e4c14e8dfba (patch)
treed23b623d54dbd5671c21bcbd34ac84f9263c9058 /toolkit/util
parent574f963fad514031190ae2a838f1d11a9fa8449f (diff)
tk: Constructor feature for AnimatedImagesControl(Model).
Change-Id: I44a398a16d61796b48ecd212832252f23c063ace
Diffstat (limited to 'toolkit/util')
-rw-r--r--toolkit/util/tk.component6
1 files changed, 4 insertions, 2 deletions
diff --git a/toolkit/util/tk.component b/toolkit/util/tk.component
index 1a758303988c..c8bdc30b1211 100644
--- a/toolkit/util/tk.component
+++ b/toolkit/util/tk.component
@@ -259,10 +259,12 @@
constructor="org_openoffice_comp_toolkit_SpinningProgressControlModel_get_implementation">
<service name="com.sun.star.awt.SpinningProgressControlModel"/>
</implementation>
- <implementation name="org.openoffice.comp.toolkit.AnimatedImagesControlModel">
+ <implementation name="org.openoffice.comp.toolkit.AnimatedImagesControlModel"
+ constructor="org_openoffice_comp_toolkit_AnimatedImagesControlModel_get_implementation">
<service name="com.sun.star.awt.AnimatedImagesControlModel"/>
</implementation>
- <implementation name="org.openoffice.comp.toolkit.AnimatedImagesControl">
+ <implementation name="org.openoffice.comp.toolkit.AnimatedImagesControl"
+ constructor="org_openoffice_comp_toolkit_AnimatedImagesControl_get_implementation">
<service name="com.sun.star.awt.AnimatedImagesControl"/>
</implementation>
<implementation name="stardiv.Toolkit.UnoSpinButtonControl">