diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-02-17 11:52:17 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-02-17 13:02:33 +0200 |
commit | c3a2fa08763fb38e9325e609420db2f70e428cf0 (patch) | |
tree | 3a28fba29ff4820dfaa2a6b2942b5521f8c91662 /officecfg | |
parent | a009ba2b8ed7ead021ecc3356a477a08e72d2191 (diff) |
tdf#91013 Convert freezepanes menu to xml
Change-Id: Iedab5e5be5358f7716a2b33de3f0db582a401155
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index b994e8001d4f..267177e614f8 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -310,10 +310,13 @@ <value>.uno:FreezePanesMenu</value> </prop> <prop oor:name="Module"> - <value/> + <value>com.sun.star.sheet.SpreadsheetDocument</value> </prop> <prop oor:name="Controller"> - <value>com.sun.star.comp.framework.FreezePanesMenuController</value> + <value>com.sun.star.comp.framework.ResourceMenuController</value> + </prop> + <prop oor:name="Value"> + <value>freezepanes</value> </prop> </node> </node> @@ -1070,7 +1073,7 @@ <value>.uno:FreezePanes</value> </prop> <prop oor:name="Module"> - <value/> + <value>com.sun.star.sheet.SpreadsheetDocument</value> </prop> <prop oor:name="Controller"> <value>com.sun.star.comp.framework.GenericPopupToolbarController</value> |