From 303096c50c850b05a158a1a429c9fd5d0251a892 Mon Sep 17 00:00:00 2001 From: Ariel Constenla-Haile Date: Thu, 20 Dec 2012 03:56:35 +0000 Subject: 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 --- toolkit/Library_tk.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'toolkit/Library_tk.mk') diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index f054ed0186cd..57a0bd30d9f0 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -69,7 +69,6 @@ $(eval $(call gb_Library_add_exception_objects,tk,\ toolkit/source/awt/vclxwindow \ toolkit/source/awt/vclxwindow1 \ toolkit/source/awt/vclxwindows \ - toolkit/source/awt/xsimpleanimation \ toolkit/source/controls/accessiblecontrolcontext \ toolkit/source/controls/controlmodelcontainerbase \ toolkit/source/controls/dialogcontrol \ @@ -89,7 +88,6 @@ $(eval $(call gb_Library_add_exception_objects,tk,\ toolkit/source/controls/stdtabcontroller \ toolkit/source/controls/stdtabcontrollermodel \ toolkit/source/controls/tkscrollbar \ - toolkit/source/controls/tksimpleanimation \ toolkit/source/controls/tkspinbutton \ toolkit/source/controls/animatedimages \ toolkit/source/controls/spinningprogress \ -- cgit