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/qa | |
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/qa')
-rw-r--r-- | toolkit/qa/unoapi/knownissues.xcl | 11 | ||||
-rw-r--r-- | toolkit/qa/unoapi/toolkit.sce | 2 |
2 files changed, 0 insertions, 13 deletions
diff --git a/toolkit/qa/unoapi/knownissues.xcl b/toolkit/qa/unoapi/knownissues.xcl index 487d4b1895ce..c6a1aa6cfd55 100644 --- a/toolkit/qa/unoapi/knownissues.xcl +++ b/toolkit/qa/unoapi/knownissues.xcl @@ -120,14 +120,6 @@ toolkit.UnoControlFormattedField toolkit.UnoControlListBox # -> disabled in toolkit.sce -### i86020 ### -toolkit.UnoSimpleAnimationControl -# -> disabled in toolkit.sce - -### i86021 ### -toolkit.UnoSimpleAnimationControlModel -# -> disabled in toolkit.sce - ### i86298 ### toolkit.UnoTreeControl # -> disabled in toolkit.sce @@ -153,7 +145,6 @@ toolkit.UnoControlImageControl::com::sun::star::awt::XView toolkit.UnoControlDialog::com::sun::star::awt::XView toolkit.UnoControlFileControl::com::sun::star::awt::XView toolkit.UnoControlCurrencyField::com::sun::star::awt::XView -toolkit.UnoSimpleAnimationControl::com::sun::star::awt::XView toolkit.UnoControlComboBox::com::sun::star::awt::XView toolkit.UnoControlNumericField::com::sun::star::awt::XView toolkit.UnoControlCheckBox::com::sun::star::awt::XView @@ -193,11 +184,9 @@ toolkit.UnoControlDialog::com::sun::star::lang::XComponent toolkit.UnoControlGroupBoxModel::com::sun::star::lang::XComponent toolkit.UnoControlImageControlModel::com::sun::star::lang::XComponent toolkit.UnoControlNumericFieldModel::com::sun::star::lang::XComponent -toolkit.UnoSimpleAnimationControlModel::com::sun::star::lang::XComponent toolkit.UnoControlFileControl::com::sun::star::lang::XComponent toolkit.UnoControlCurrencyField::com::sun::star::lang::XComponent toolkit.UnoControlComboBoxModel::com::sun::star::lang::XComponent -toolkit.UnoSimpleAnimationControl::com::sun::star::lang::XComponent toolkit.UnoControlComboBox::com::sun::star::lang::XComponent toolkit.UnoControlNumericField::com::sun::star::lang::XComponent toolkit.UnoControlScrollBarModel::com::sun::star::lang::XComponent diff --git a/toolkit/qa/unoapi/toolkit.sce b/toolkit/qa/unoapi/toolkit.sce index 7b6ebfad4edb..3ec384dded3d 100644 --- a/toolkit/qa/unoapi/toolkit.sce +++ b/toolkit/qa/unoapi/toolkit.sce @@ -85,8 +85,6 @@ -o toolkit.UnoControlTimeField -o toolkit.UnoControlTimeFieldModel -o toolkit.UnoScrollBarControl -#i86020 -o toolkit.UnoSimpleAnimationControl -#i86021 -o toolkit.UnoSimpleAnimationControlModel -o toolkit.UnoSpinButtonControl -o toolkit.UnoSpinButtonControlModel #i86298 -o toolkit.UnoTreeControl |