https://issues.apache.org/ooo/show_bug.cgi?id=122810

--- Comment #9 from Ariel Constenla-Haile <arie...@apache.org> ---
(In reply to Mauro Bigi from comment #8)
> Is there any workaround?
> I.e. is it possible to set the security level without
> pressing that damned button and crashing OO? :-)

You have to change the configuration registry.
Shutdown OpenOffice
Locate the file registrymodifications.xcu inside the user directory ( The user
folder is located in Documents and Settings\<your
account>\AppData\Roaming\OpenOffice.org\3\. It is a hidden folder, you might
need to set the explorer to show hidden files.)

registrymodifications.xcu is a plain XML text, utf-8 encoded. You have to edit
with a proper editor (NotePad might not work, NotePad++ is better).

Before making any changes, do a back-up.

Search in that file for MacroSecurityLevel. If you find it, change the value.
If you don't find it, you have to add the configuration item:

<item oor:path="/org.openoffice.Office.Common/Security/Scripting">
  <prop oor:name="MacroSecurityLevel" oor:op="fuse">
     <value>0</value>
  </prop>
</item>

<value>0</value> has the value 0 in this case. You can change it to:

0 = Lower
1 = Medium
2 = High
3 = Very high

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to