diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-20 03:56:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-05 10:03:52 +0100 |
commit | 680608b15dd158f9ad4ceae328abb10b5185a27b (patch) | |
tree | 1e0aaa3bbf6e4c01e6dcd750eeedbc0c4c7f9c4b /toolkit/qa | |
parent | 38ca96beac15a4addae559b7dffff0ee1f6a5c5d (diff) |
Related: #i121513# Remove deprecated UnoControlThrobberModel
(cherry picked from commit 5569d97f06a0299e41b91ca248bf7eaa038b1f21)
Conflicts:
icon-themes/human/toolkit/source/awt/spinner03-grey_01.png
icon-themes/human/toolkit/source/awt/spinner03-grey_02.png
icon-themes/human/toolkit/source/awt/spinner03-grey_03.png
icon-themes/human/toolkit/source/awt/spinner03-grey_04.png
icon-themes/human/toolkit/source/awt/spinner03-grey_05.png
icon-themes/human/toolkit/source/awt/spinner03-grey_06.png
icon-themes/human/toolkit/source/awt/spinner03-grey_07.png
icon-themes/human/toolkit/source/awt/spinner03-grey_08.png
icon-themes/human/toolkit/source/awt/spinner03-grey_09.png
icon-themes/human/toolkit/source/awt/spinner03-grey_10.png
icon-themes/human/toolkit/source/awt/spinner03-grey_11.png
icon-themes/human/toolkit/source/awt/spinner03-grey_12.png
offapi/com/sun/star/awt/UnoControlThrobber.idl
offapi/com/sun/star/awt/UnoControlThrobberModel.idl
offapi/com/sun/star/awt/XThrobber.idl
offapi/com/sun/star/awt/makefile.mk
offapi/type_reference/typelibrary_history.txt
offapi/type_reference/types.rdb
rat-excludes
swext/mediawiki/help/component.txt
swext/mediawiki/src/com/sun/star/wiki/WikiDialog.java
swext/mediawiki/src/com/sun/star/wiki/WikiEditSettingDialog.java
swext/mediawiki/src/com/sun/star/wiki/WikiPropDialog.java
swext/mediawiki/src/description.xml
toolkit/AllLangResTarget_tk.mk
toolkit/inc/toolkit/helper/servicenames.hxx
toolkit/source/awt/vclxtoolkit.cxx
toolkit/source/awt/xthrobber.cxx
toolkit/source/awt/xthrobber.hrc
toolkit/source/awt/xthrobber.src
toolkit/source/controls/tkthrobber.cxx
toolkit/source/helper/registerservices.cxx
toolkit/source/helper/servicenames.cxx
toolkit/src2xml/src.lst
toolkit/util/toolkit.xml
Change-Id: Ic415a96fe6ba7040a3b03fd562f997d2df1516d6
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 c9eca6f36822..487d4b1895ce 100644 --- a/toolkit/qa/unoapi/knownissues.xcl +++ b/toolkit/qa/unoapi/knownissues.xcl @@ -128,14 +128,6 @@ toolkit.UnoSimpleAnimationControl toolkit.UnoSimpleAnimationControlModel # -> disabled in toolkit.sce -### i86022 ### -toolkit.UnoThrobberControl -# -> disabled in toolkit.sce - -### i86023 ### -toolkit.UnoThrobberControlModel -# -> disabled in toolkit.sce - ### i86298 ### toolkit.UnoTreeControl # -> disabled in toolkit.sce @@ -159,7 +151,6 @@ toolkit.UnoControlListBox::com::sun::star::awt::XView toolkit.UnoControlEdit::com::sun::star::awt::XView toolkit.UnoControlImageControl::com::sun::star::awt::XView toolkit.UnoControlDialog::com::sun::star::awt::XView -toolkit.UnoThrobberControl::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 @@ -195,7 +186,6 @@ toolkit.UnoControlContainer::com::sun::star::lang::XComponent toolkit.UnoControlFixedText::com::sun::star::lang::XComponent toolkit.UnoControlListBox::com::sun::star::lang::XComponent toolkit.UnoControlCheckBoxModel::com::sun::star::lang::XComponent -toolkit.UnoThrobberControlModel::com::sun::star::lang::XComponent toolkit.UnoControlEditModel::com::sun::star::lang::XComponent toolkit.UnoControlEdit::com::sun::star::lang::XComponent toolkit.UnoControlImageControl::com::sun::star::lang::XComponent @@ -204,7 +194,6 @@ 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.UnoThrobberControl::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 diff --git a/toolkit/qa/unoapi/toolkit.sce b/toolkit/qa/unoapi/toolkit.sce index 67b5d8a13ae9..7b6ebfad4edb 100644 --- a/toolkit/qa/unoapi/toolkit.sce +++ b/toolkit/qa/unoapi/toolkit.sce @@ -89,7 +89,5 @@ #i86021 -o toolkit.UnoSimpleAnimationControlModel -o toolkit.UnoSpinButtonControl -o toolkit.UnoSpinButtonControlModel -#i86022 -o toolkit.UnoThrobberControl -#i86023 -o toolkit.UnoThrobberControlModel #i86298 -o toolkit.UnoTreeControl -o toolkit.UnoTreeModel |