diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-10-06 14:21:47 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-10-06 14:21:47 +0200 |
commit | 874cb08467709b5e37163193f9b8073398432400 (patch) | |
tree | 35070f47f79bf20efc2292d8ae9b53866e7084ad /toolkit/util | |
parent | 62a1790251c38fb906227c27e3774f98ed3cf4be (diff) |
dba34b: #i112779# new 'animated images' UNO control, superseding the (X)SimpleAnimation and Throbber controls
Diffstat (limited to 'toolkit/util')
-rw-r--r-- | toolkit/util/tk.component | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/toolkit/util/tk.component b/toolkit/util/tk.component index e782283c39eb..74637c45375f 100644 --- a/toolkit/util/tk.component +++ b/toolkit/util/tk.component @@ -257,6 +257,15 @@ <service name="com.sun.star.awt.UnoControlSimpleAnimationModel"/> <service name="com.sun.star.awt.UnoSimpleAnimationControlModel"/> </implementation> + <implementation name="org.openoffice.comp.toolkit.SpinningProgressControlModel"> + <service name="com.sun.star.awt.SpinningProgressControlModel"/> + </implementation> + <implementation name="org.openoffice.comp.toolkit.AnimatedImagesControlModel"> + <service name="com.sun.star.awt.AnimatedImagesControlModel"/> + </implementation> + <implementation name="org.openoffice.comp.toolkit.AnimatedImagesControl"> + <service name="com.sun.star.awt.AnimatedImagesControl"/> + </implementation> <implementation name="stardiv.Toolkit.UnoSpinButtonControl"> <service name="com.sun.star.awt.UnoControlSpinButton"/> </implementation> |