diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-20 03:56:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-05 10:12:26 +0100 |
commit | 303096c50c850b05a158a1a429c9fd5d0251a892 (patch) | |
tree | 288ead4e8f9d50ad7142e3e496a0bfc0d79d8639 /toolkit/util | |
parent | 680608b15dd158f9ad4ceae328abb10b5185a27b (diff) |
Related: #i121514# Remove deprecated UnoControlSimpleAnimation
(cherry picked from commit 514bb6777e001d02dbd9be63fc7a6187560aad63)
Conflicts:
offapi/com/sun/star/awt/UnoControlSimpleAnimation.idl
offapi/com/sun/star/awt/UnoControlSimpleAnimationModel.idl
offapi/com/sun/star/awt/XSimpleAnimation.idl
offapi/com/sun/star/awt/makefile.mk
offapi/type_reference/typelibrary_history.txt
offapi/type_reference/types.rdb
toolkit/inc/toolkit/helper/servicenames.hxx
toolkit/source/awt/vclxtoolkit.cxx
toolkit/source/awt/xsimpleanimation.cxx
toolkit/source/controls/tksimpleanimation.cxx
toolkit/source/helper/registerservices.cxx
toolkit/source/helper/servicenames.cxx
toolkit/util/toolkit.xml
Change-Id: If7f8de62713e28434e28975026cf8e5c66c831aa
Diffstat (limited to 'toolkit/util')
-rw-r--r-- | toolkit/util/tk.component | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/toolkit/util/tk.component b/toolkit/util/tk.component index 6021b96f5882..9c8622df1057 100644 --- a/toolkit/util/tk.component +++ b/toolkit/util/tk.component @@ -255,14 +255,6 @@ <service name="com.sun.star.awt.UnoControlScrollBar"/> <service name="stardiv.vcl.control.ScrollBar"/> </implementation> - <implementation name="stardiv.Toolkit.UnoSimpleAnimationControl"> - <service name="com.sun.star.awt.UnoControlSimpleAnimation"/> - <service name="com.sun.star.awt.UnoSimpleAnimationControl"/> - </implementation> - <implementation name="stardiv.Toolkit.UnoSimpleAnimationControlModel"> - <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> |