Issue 28831 - API: i18n.IndexEntrySupplier::XExtendedIndexEntrySupplier
Summary: API: i18n.IndexEntrySupplier::XExtendedIndexEntrySupplier
Status: CLOSED DUPLICATE of issue 25558
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-05-06 17:52 UTC by steffen.grund
Modified: 2013-02-24 21:06 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-05-06 17:52:22 UTC
The "loadAlgorithm()" function always returns true, even if the algorithm is
invalid, and loading it should have failed.

Macro to reproduce this:

	Dim locale as new com.sun.star.lang.Locale
	Dim result as boolean
	xIESupplier = createUnoService("com.sun.star.i18n.IndexEntrySupplier")
	locale.Country = "JP"
	locale.Language = "ja"
	locale.Variant = ""
	
	result = xIESupplier.loadAlgorithm(locale, "nonexistent", 0)
	msgbox result
Comment 1 steffen.grund 2004-05-06 17:55:09 UTC
Sorry, copy-paste error and therefor wrong title
Comment 2 karl.hong 2004-05-06 18:30:54 UTC
duplicate of issue #i25558#.

*** This issue has been marked as a duplicate of 25558 ***
Comment 3 steffen.grund 2004-05-07 10:04:27 UTC
Right, this is a duplicate -> closed.