Issue 86414 - UnoControlSimpleAnimation and UnoControlSimpleAnimationModel: wrong name in the IDL
Summary: UnoControlSimpleAnimation and UnoControlSimpleAnimationModel: wrong name in t...
Status: CLOSED OBSOLETE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-25 04:43 UTC by Ariel Constenla-Haile
Modified: 2014-01-08 11:12 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ariel Constenla-Haile 2008-02-25 04:43:24 UTC
In the IDL we can find the following services:


http://api.openoffice.org/docs/common/ref/com/sun/star/awt/UnoControlSimpleAnimation.html
http://api.openoffice.org/docs/common/ref/com/sun/star/awt/UnoControlSimpleAnimationModel.html


their names are obviously wrong. It should read

com.sun.star.awt.UnoSimpleAnimationControl

and

com.sun.star.awt.UnoSimpleAnimationControlModel


Besides, it should be stated in the IDL reference that they are not to be
instantiated at the UnoControlDialogModel's XMultiServiceFactory, but at the
global service manager.
Comment 1 Ariel Constenla-Haile 2008-02-28 15:30:50 UTC
arielch@:"Besides, it should be stated in the IDL reference that they are not to
be instantiated at the UnoControlDialogModel's XMultiServiceFactory, but at the
global service manager."


Here I correct myself: the UnoControlSimpleAnimationModel *CAN* be instantiated
at the dialog model. The problem is that they figure ONLY in the available
service names at the global service manager, NOT at dialog model. I will open a
new issue for this.


For an example instantiating this control model at the dialog model, see:
http://www.openoffice.org/nonav/issues/showattachment.cgi/51789/AWT_SIMPLEANIMATION_CTRL.zip
Comment 2 carsten.driesner 2008-03-10 10:25:49 UTC
cd: Accepted.
Comment 3 carsten.driesner 2008-05-29 16:06:29 UTC
cd: I have to shift this issue due to a high workload for OOo 3.0.
Comment 4 hanya 2014-01-08 07:17:13 UTC
They were removed by issue 121514. This issue is no longer valid.
Comment 5 Ariel Constenla-Haile 2014-01-08 11:12:02 UTC
Closing