summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-12-20 03:56:35 +0000
committerAriel Constenla-Haile <arielch@apache.org>2012-12-20 03:56:35 +0000
commit514bb6777e001d02dbd9be63fc7a6187560aad63 (patch)
tree68b27c46fe02ec023039b3a8f609ed87351daa15 /offapi
parent5569d97f06a0299e41b91ca248bf7eaa038b1f21 (diff)
i121514 - Remove deprecated UnoControlSimpleAnimation
Notes
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/UnoControlSimpleAnimation.idl58
-rw-r--r--offapi/com/sun/star/awt/UnoControlSimpleAnimationModel.idl54
-rw-r--r--offapi/com/sun/star/awt/WindowDescriptor.idl1
-rw-r--r--offapi/com/sun/star/awt/XSimpleAnimation.idl55
-rw-r--r--offapi/com/sun/star/awt/makefile.mk3
-rw-r--r--offapi/type_reference/typelibrary_history.txt3
-rw-r--r--offapi/type_reference/types.rdbbin7520256 -> 7512576 bytes
7 files changed, 3 insertions, 171 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlSimpleAnimation.idl b/offapi/com/sun/star/awt/UnoControlSimpleAnimation.idl
deleted file mode 100644
index d465a1177f80..000000000000
--- a/offapi/com/sun/star/awt/UnoControlSimpleAnimation.idl
+++ /dev/null
@@ -1,58 +0,0 @@
-/**************************************************************
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *
- *************************************************************/
-
-
-#ifndef __com_sun_star_awt_UnoControlSimpleAnimation_idl__
-#define __com_sun_star_awt_UnoControlSimpleAnimation_idl__
-
-#ifndef __com_sun_star_awt_UnoControl_idl__
-#include <com/sun/star/awt/UnoControl.idl>
-#endif
-
-#ifndef __com_sun_star_awt_XSimpleAnimation_idl__
-#include <com/sun/star/awt/XSimpleAnimation.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
-/**
- @since OOo 2.2
- @deprecated
- You should use <type>AnimatedImagesControl</type>.
- */
-published service UnoControlSimpleAnimation
-{
- service com::sun::star::awt::UnoControl;
- interface com::sun::star::awt::XSimpleAnimation;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-
-#endif
diff --git a/offapi/com/sun/star/awt/UnoControlSimpleAnimationModel.idl b/offapi/com/sun/star/awt/UnoControlSimpleAnimationModel.idl
deleted file mode 100644
index f22684fbd9f5..000000000000
--- a/offapi/com/sun/star/awt/UnoControlSimpleAnimationModel.idl
+++ /dev/null
@@ -1,54 +0,0 @@
-/**************************************************************
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *
- *************************************************************/
-
-
-#ifndef __com_sun_star_awt_UnoControlSimpleAnimationModel_idl__
-#define __com_sun_star_awt_UnoControlSimpleAnimationModel_idl__
-
-#ifndef __com_sun_star_awt_UnoControlModel_idl__
-#include <com/sun/star/awt/UnoControlModel.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
-/**
- @since OOo 2.2
- @deprecated
- You should use <type>AnimatedImagesControlModel</type>.
- */
-
-published service UnoControlSimpleAnimationModel
-{
- service com::sun::star::awt::UnoControlModel;
- [property] long StepTime;
- [property] boolean AutoRepeat;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
diff --git a/offapi/com/sun/star/awt/WindowDescriptor.idl b/offapi/com/sun/star/awt/WindowDescriptor.idl
index 1abae98475da..b22a5a1c2a32 100644
--- a/offapi/com/sun/star/awt/WindowDescriptor.idl
+++ b/offapi/com/sun/star/awt/WindowDescriptor.idl
@@ -106,7 +106,6 @@ published struct WindowDescriptor
<li>radiobutton</li>
<li>scrollbar</li>
<li>scrollbarbox</li>
- <li>simpleanimation</li>
<li>spinbutton</li>
<li>spinfield</li>
<li>splitter</li>
diff --git a/offapi/com/sun/star/awt/XSimpleAnimation.idl b/offapi/com/sun/star/awt/XSimpleAnimation.idl
deleted file mode 100644
index 747848d2d37b..000000000000
--- a/offapi/com/sun/star/awt/XSimpleAnimation.idl
+++ /dev/null
@@ -1,55 +0,0 @@
-/**************************************************************
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *
- *************************************************************/
-
-
-#ifndef __com_sun_star_awt_XSimpleAnimation_idl__
-#define __com_sun_star_awt_XSimpleAnimation_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef com_sun_star_graphic_XGraphic_idl
-#include <com/sun/star/graphic/XGraphic.idl>
-#endif
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
-/**
- @deprecated
- You should use <type>XAnimation</type>, <type>AnimatedImagesControl</type>, and <type>AnimatedImagesControlModel</type>.
- */
-published interface XSimpleAnimation: com::sun::star::uno::XInterface
-{
- void start();
- void stop();
- void setImageList( [in] sequence < com::sun::star::graphic::XGraphic > ImageList );
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
diff --git a/offapi/com/sun/star/awt/makefile.mk b/offapi/com/sun/star/awt/makefile.mk
index e5a86cfc0d5f..c12998911546 100644
--- a/offapi/com/sun/star/awt/makefile.mk
+++ b/offapi/com/sun/star/awt/makefile.mk
@@ -191,8 +191,6 @@ IDLFILES=\
UnoControlRoadmapModel.idl\
UnoControlScrollBar.idl\
UnoControlScrollBarModel.idl\
- UnoControlSimpleAnimation.idl\
- UnoControlSimpleAnimationModel.idl\
UnoControlSpinButton.idl\
UnoControlSpinButtonModel.idl\
UnoControlTimeField.idl\
@@ -286,7 +284,6 @@ IDLFILES=\
XSystemDependentMenuPeer.idl\
XSystemDependentWindowPeer.idl\
SystemDependentXWindow.idl\
- XSimpleAnimation.idl\
XSimpleTabController.idl\
XTabController.idl\
XTabControllerModel.idl\
diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt
index c590f1d371ed..ad3f8a84ecc4 100644
--- a/offapi/type_reference/typelibrary_history.txt
+++ b/offapi/type_reference/typelibrary_history.txt
@@ -195,3 +195,6 @@
19/12/2012 (arielch): TaskID=121513
Remove deprecated AWT Throbber API
+
+19/12/2012 (arielch): TaskID=121514
+ Remove deprecated AWT UnoControlSimpleAnimation API
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index f9ca5284def9..39777135bc30 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ