Issue 97358 - PathSettings UserDictionary disappeared too early
Summary: PathSettings UserDictionary disappeared too early
Status: CLOSED WONT_FIX
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows XP
: P3 Trivial
Target Milestone: ---
Assignee: thomas.lange
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-17 11:25 UTC by bmarcelly
Modified: 2013-02-24 21:07 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 bmarcelly 2008-12-17 11:25:34 UTC
SDK for OOo 3.0 and 3.1 say :
Service com.sun.star.util.PathSettings
UserDictionary
  Usage Restrictions
    deprecated
  Deprecation Info
    * 
  Description
    The custom dictionaries are contained here. *

Problem : this property is already suppressed in the service. Since it was not 
deprecated in 2.4, and documented as deprecated from 3.0, it should still be here.
Comment 1 jsc 2009-01-05 09:48:18 UTC
jsc -> tl: you has deprecated this property and have probably removed it from
the code. That of course was a little bit early. Can you explain why and what
should be used instead ...

In general first deprecate something and remove it the next version earliest.
Comment 2 thomas.lange 2010-07-02 08:29:11 UTC
Unfortunately this one got somewhat lost since no target was assigned to it. :-(

At some point multi pathes got introduced to OOo which are unfortunately still
not documented yet (see issue 92022).
Thus from that point there are three properties
  Dictionary_internal
  Dictionary_user
  Dictionary_writable
The one used for new created user dictionaries via UI nowadyas is
'Dictionary_writable'.

tl->jsc: Do we need to reintroduce the 'UserDictionary' property?
Comment 3 jsc 2010-08-18 08:34:12 UTC
no i don't think so, the property was deprecated in 3.0. We are now short in
front of 3.3. The alternative with "Dictionary_writable" is given and should work.
Comment 4 thomas.lange 2010-08-18 08:47:10 UTC
In that case this issue is 'won't fix' and should be closed.
Comment 5 thomas.lange 2010-08-18 08:47:29 UTC
.