To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=13376
------- Additional comments from [EMAIL PROTECTED] Thu Sep 22 05:37:23 -0700 2005 ------- Actually there is no need to remove that checkbox, it could be made functional. What needs to be done is: for German the dictionaries 'de_DE' AND 'de_DE_neu' have to be installed. (As I understand the first one covers old orthography and the second the new orthography.) Then the MySpell/HunSpell implementation needs to choose the dictionary to use according to the current state of that flag. The value that is used for this checkbox can be found in the service com.sun.star.linguistic2.LinguProperties and is named 'IsGermanPreReform'. For a sample usage see the class PropertyHelper_Spell in linguistic/inc/prophelp.hxx. The function 'SetTmpPropVals' is used to override the globaly set values (in the above mentioned service) that got stored in the helper class with the values passed as last arguments to 'isValid' or 'spell' API function calls. However since there is only a single OOo dictionary for German Switzerland nothing similar can be done here. And what still would be somewhat bad is that there are no different hyphenation dictionaries for old and new German orthography. Same thing for the Thesaurus. For both it is not even stated on the lingucomponent website if they are using old or new orthography... If one still likes to disable/remove the checkbox: The code for the checkbox itself is in svx\source\options\optlingu.cxx just look for 'EID_OLD_GERMAN' or 'sOldGerman'. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
