Issue 31289 - API: i18n.IndexEntrySupplier::XIndexEntrySupplier
Summary: API: i18n.IndexEntrySupplier::XIndexEntrySupplier
Status: CLOSED DUPLICATE of issue 30095
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: karl.hong
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-09 11:39 UTC by steffen.grund
Modified: 2013-02-24 21:09 UTC (History)
1 user (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 steffen.grund 2004-07-09 11:39:12 UTC
The following macro produces a runtime exception. The "getIndexFollowPageWord"
function should return "pp." instead.

Macro to reproduce:

Sub Main
	Dim locale as new com.sun.star.lang.Locale
	
	oObj = createUnoService("com.sun.star.i18n.IndexEntrySupplier")
	
	locale.Language = "en"
	locale.Country = "US"
	msgbox oObj.getIndexFollowPageWord(true, locale)
End Sub
Comment 1 steffen.grund 2004-07-09 11:40:09 UTC
.
Comment 2 ooo 2004-07-12 18:34:55 UTC
Dupe of issue 30095, fixed in CWS i18n13.


*** This issue has been marked as a duplicate of 30095 ***
Comment 3 ooo 2004-07-12 18:42:37 UTC
Close dupe.