diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-04-09 23:29:43 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-04-12 00:03:43 +0300 |
commit | a3a1c50d6495860327e8cf9db869c466aa054d22 (patch) | |
tree | c65c951778c630c5b9e677f5c3dc0a0e4e6d3138 /officecfg/registry | |
parent | e58b8075983330737642c68bd7e67071efecd906 (diff) |
SaveToolbarController: Blacklist in Basic IDE too
Save as/to remote don't work there. Still would be
nice to have the modified state icon change there too,
but that's for a future investigation.
Change-Id: Id119a40c39f9c69738b1e61e23ffe3424276229e
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index cb81fa510201..0f7d229ed4d0 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -1140,6 +1140,17 @@ <value>com.sun.star.comp.framework.GenericPopupToolbarController</value> </prop> </node> + <node oor:name="SimpleSaveInBasicIDE" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:Save</value> + </prop> + <prop oor:name="Module"> + <value>com.sun.star.script.BasicIDE</value> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.framework.GenericPopupToolbarController</value> + </prop> + </node> <node oor:name="FreezePanesToolbarController" oor:op="replace"> <prop oor:name="Command"> <value>.uno:FreezePanes</value> |