summaryrefslogtreecommitdiff
path: root/sc/uiconfig/scalc/popupmenu
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-02-17 11:52:17 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2016-02-17 13:02:33 +0200
commitc3a2fa08763fb38e9325e609420db2f70e428cf0 (patch)
tree3a28fba29ff4820dfaa2a6b2942b5521f8c91662 /sc/uiconfig/scalc/popupmenu
parenta009ba2b8ed7ead021ecc3356a477a08e72d2191 (diff)
tdf#91013 Convert freezepanes menu to xml
Change-Id: Iedab5e5be5358f7716a2b33de3f0db582a401155
Diffstat (limited to 'sc/uiconfig/scalc/popupmenu')
-rw-r--r--sc/uiconfig/scalc/popupmenu/freezepanes.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/popupmenu/freezepanes.xml b/sc/uiconfig/scalc/popupmenu/freezepanes.xml
new file mode 100644
index 000000000000..cc6d3147a446
--- /dev/null
+++ b/sc/uiconfig/scalc/popupmenu/freezepanes.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+-->
+<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
+ <menu:menuitem menu:id=".uno:FreezePanesFirstColumn"/>
+ <menu:menuitem menu:id=".uno:FreezePanesFirstRow"/>
+</menu:menupopup>