Issue 105452 - Missing since tag for new service UnoControlThrobber
Summary: Missing since tag for new service UnoControlThrobber
Status: CLOSED FIXED
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: dirk.voelzke
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 14:44 UTC by eberlein
Modified: 2013-02-24 21:10 UTC (History)
2 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 eberlein 2009-09-29 14:44:32 UTC
http://api.openoffice.org/docs/common/ref/com/sun/star/awt/UnoControlThrobber.html:

I miss the @since tag here. From which version I can use it?
Comment 1 Ariel Constenla-Haile 2009-09-29 18:47:45 UTC
can confirm.
The tag is missing in the IDL source file (there was a different issue with the
since tag not being handled at all by autodoc, but that's not the root here).
http://svn.services.openoffice.org/ooo/trunk/offapi/com/sun/star/awt/UnoControl

@eberlein:
svn log goes back to CWS jl49 (according to EIS this was integrated on OOo 2.2)

And by the way, please see issue 86415 for the wrong naming. The issue has some
OOo Basic code showing how to use it.

The names that actually work are

com.sun.star.awt.UnoThrobberControl
com.sun.star.awt.UnoThrobberControlModel

instead of 

com.sun.star.awt.UnoControlThrobber
com.sun.star.awt.UnoControlThrobberControl

of course these last ones follow the naming convention in the AWT module,
so the implementation is the one that's wrong.
Comment 2 Ariel Constenla-Haile 2009-09-29 18:51:36 UTC
.
Comment 3 jsc 2009-09-30 06:12:38 UTC
jsc -> dv: can you please add the since tag and can you check if the unpublished
keyword still is necessary. We should also check the implementation if it
matches the IDL names as Ariel pointed out. If not we should support both names
(at least for some time)
Comment 4 dirk.voelzke 2009-10-01 07:04:38 UTC
Accepted.
Comment 5 dirk.voelzke 2009-11-04 13:53:48 UTC
Fixed in cws dv12 in modules toolkit and offapi
Comment 6 dirk.voelzke 2010-02-01 06:18:38 UTC
Set target.
Comment 7 dirk.voelzke 2010-05-12 12:32:09 UTC
verified in cws dv12.
Comment 8 dirk.voelzke 2010-08-04 07:30:27 UTC
Verified on master dev300 m86