Issue 86515 - Service "com.sun.star.text.IllustrationIndex" mispelling in API docs.
Summary: Service "com.sun.star.text.IllustrationIndex" mispelling in API docs.
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: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-27 14:17 UTC by akofler
Modified: 2013-02-24 21:09 UTC (History)
5 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 akofler 2008-02-27 14:17:43 UTC
Since 2003 in all API - documentations there is a service called
"com.sun.star.text.IllustrationIndex". However, if you ask a XTextDocument about
its available services, it says "com.sun.star.text.IllustrationsIndex".

The API docs should be fixed.
Comment 1 michael.ruess 2008-02-27 15:14:20 UTC
Reassigned to API component.
Comment 2 jsc 2008-03-18 15:13:45 UTC
one for you
Comment 3 thomas.lange 2008-03-19 09:46:19 UTC
.
Comment 4 thomas.lange 2008-04-14 10:27:21 UTC
Fixed in CWS tl53.

Files changed:
- sw/source/core/unocore/unoidx.cxx
- offapi/com/sun/star/text/IllustrationIndex.idl   (removed)
- offapi/com/sun/star/text/IllustrationsIndex.idl (new added)
Comment 5 thomas.lange 2008-06-16 09:09:51 UTC
Spelling in summary corrected.
Comment 6 thomas.lange 2008-06-30 08:11:04 UTC
Please verify.
Comment 7 chne 2008-07-01 14:52:54 UTC
ok in cws => verified
Comment 8 pavel 2008-07-12 21:03:11 UTC
In to-be-DEV300_m25:

/Users/pavel/BUILD/AQUA/BuildDir/ooo_DEV300_m25_src/offapi/util
regcompare -f -t -r1 ../type_reference/types.rdb -r2 ../unxmacxi.pro/ucr/types.db \
        && echo > ../unxmacxi.pro/misc/registrycheck.flag
EXISTENCE: published key "/UCR/com/sun/star/text/IllustrationIndex" exists only in registry 1
regcompare: registries are incompatible: 1 differences!
dmake:  Error code 11, while making '../unxmacxi.pro/misc/registrycheck.flag'

ERROR: Error 65280 occurred while making 
/Users/pavel/BUILD/AQUA/BuildDir/ooo_DEV300_m25_src/offapi/util

Comment 9 pavel 2008-07-12 21:05:30 UTC
Macintosh:~/BUILD/AQUA/BuildDir/ooo_DEV300_m25_src/offapi pavel$ grep -r IllustrationIndex *
com/sun/star/text/BaseIndex.idl:                @see com::sun::star::text::IllustrationIndex
com/sun/star/text/IllustrationsIndex.idl:#ifndef __com_sun_star_text_IllustrationIndex_idl__
com/sun/star/text/IllustrationsIndex.idl:#define __com_sun_star_text_IllustrationIndex_idl__
type_reference/typelibrary_history.txt:  change css.text.IllustrationIndex into css.text.IllustrationsIndex 
because the 
Binary file type_reference/types.rdb matches
Macintosh:~/BUILD/AQUA/BuildDir/ooo_DEV300_m25_src/offapi pavel$ 

Comment 10 lohmaier 2008-07-12 21:20:57 UTC
(minor side-note: the header-guard still uses the old spelling, a little
inconsistent)
Comment 11 jsc 2008-07-14 07:44:09 UTC
sometimes we make this kind of changes because they are not really incompatible
but our tooling detect it as incompatible. Manually changes at the reference rdb
are necessary. Current problem is that we have changes in two cws. Need to be
solved on the master.
Comment 12 jsc 2008-07-14 07:45:31 UTC
... the header guard issue is completely independent from this one.
Comment 13 jsc 2008-07-14 08:17:51 UTC
ups, you was right, the header guard in the IDL wasn't changed to the plural

The problem was that a change in the reference rdb on m24 couldn't be merged
with the change in jsc21 (based on m23) because it's a binary file. Normally i
try to avoid this and resync to a master where i know that changes in the type
reference were made. 
But this kind of changes can happen on different cws and sometimes two cws are
integrated even in the same master.
Comment 14 rt 2008-07-14 08:21:36 UTC
offapi/type_reference/types.rdb fixed on master workspace for DEV300 m25.
Comment 15 pavel 2008-07-14 09:06:55 UTC
Verified in DEV300_m25. Thanks.

Comment 16 chne 2008-08-25 16:19:11 UTC
ok in master => close