Issue 38593 - API: lnn.SpellChecker
Summary: API: lnn.SpellChecker
Status: REOPENED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P4 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-07 15:47 UTC by chne
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 chne 2004-12-07 15:47:38 UTC
Could not instanciate service "com.sun.star.lingu2.SpellChecker"

Sub Main
oObj = createUnoService("com.sun.star.lingu2.SpellChecker")
print oObj.getImplementationName()
End Sub

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o lnn.SpellChecker
Comment 1 chne 2004-12-07 15:48:03 UTC
.
Comment 2 thomas.lange 2004-12-07 16:09:27 UTC
The old implementation of the linguistic was replaced by a new one and the lnn
DLL is gone.

Thus there the implementation names to be used now are
com.sun.star.lingu2.Proximity.SpellChecker
com.sun.star.lingu2.Proximity.Hyphenator
com.sun.star.lingu2.Proximity.Thesaurus
Comment 3 thomas.lange 2004-12-07 16:10:03 UTC
Set to invalid.

Please update you testcases.
Comment 4 chne 2005-01-31 12:41:01 UTC
reopen: UNO-API object descriptions must be adopt
Comment 5 chne 2009-04-20 12:06:20 UTC
change owner
Comment 6 chne 2009-04-28 12:01:03 UTC
reassign