PAX General User

Joined: 04 Oct 2008 Posts: 11
|
Posted: Fri Oct 10, 2008 4:34 am Post subject: Register an external dictionary file to OOo |
|
|
i've got a problem.
if i create a persistant dictionary file by | Code: | ...
mxDic.createDictionary("dopeDict.dic",
newLocale, DictionaryType.POSITIVE, u.toString());
newDic.setActive(true);
... | this word book obviously (check it out) isn't editable if i get it by | Code: | ...
XDictionary dic1 = mxDic.getDictionaryByName("dopeDict.dic");
... | and after a restart of the connection with OOo it doesn't exist any longer. how can i reload an existing external persistent dictionary file into OOo und how can i add words?
best regards
PAX _________________ "Wenn man irgendwann mal von allen akzeptiert wird, dann weiß man, dass man irgendwas falsch gemacht hat." Zitat: Herr Weidner |
|