https://issues.apache.org/ooo/show_bug.cgi?id=109102
brinzing <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from brinzing <[email protected]> --- Created attachment 82431 --> https://issues.apache.org/ooo/attachment.cgi?id=82431&action=edit url configuration in an enterprise environment you may want to remove these url's or redirect it to an internal server, cause you don't want users to install exentsions from internet. configuration could be done in Common.xcu. for menu item "Tools - Language - More Dictionaries Online..." (.uno:ToolsMenu\.uno:LanguageMenu\.uno:MoreDictionaries) redirection is possible since oo3.4.1, e.g.: <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Common" oor:package="org.openoffice.Office"> <node oor:name="Dictionaries"> <prop oor:name="RepositoryURL"> <value>file:///C:/ProgramData/messages/unsupported_oo_function.html</value> </prop> </node> but it's not possible to *remove* the url, or to use *variable*, like $(share)/messages/unsupported_oo_function.html.... -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
