summaryrefslogtreecommitdiffstats
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-12-18 02:36:48 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2015-12-18 13:24:03 +0200
commit3b685bffc9af809109ee777f2d5a29cd907c7faa (patch)
tree684b551ed0ae7aa0b7f088d14107586b41047fd8 /sc/uiconfig
parenttdf#93837 sfx2: Allow loading xml menus by resource name (diff)
downloadcore-3b685bffc9af809109ee777f2d5a29cd907c7faa.tar.gz
core-3b685bffc9af809109ee777f2d5a29cd907c7faa.zip
Small corrections to Calc context menus
- Re-add clipboard functions to Auditing and Pivot table menus. (In the old implementation, clipboard functions were added to all context menu unconditionally at runtime. This led to odd things like the clipboard functions visible in print preview. Luckily now we can decide which menu should have them.) - Rename Auditing menu to "Detective", to match the menubar. - Rename "Edit Cell" menu name to "Cell Edit". - Rename the page style dialog command back to "Format Page" to match the menubar (Format->Page). Change-Id: I41b7aba8adacbf1ac995be846cd2af3edd52b1c0
Diffstat (limited to 'sc/uiconfig')
-rw-r--r--sc/uiconfig/scalc/popupmenu/audit.xml4
-rw-r--r--sc/uiconfig/scalc/popupmenu/pivot.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/popupmenu/audit.xml b/sc/uiconfig/scalc/popupmenu/audit.xml
index 8ef73ae2b845..216d626c8795 100644
--- a/sc/uiconfig/scalc/popupmenu/audit.xml
+++ b/sc/uiconfig/scalc/popupmenu/audit.xml
@@ -8,6 +8,10 @@
*
-->
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
+ <menu:menuitem menu:id=".uno:Cut"/>
+ <menu:menuitem menu:id=".uno:Copy"/>
+ <menu:menuitem menu:id=".uno:Paste"/>
+ <menu:menuseparator/>
<menu:menuitem menu:id=".uno:FillModeTracePredescessor"/>
<menu:menuitem menu:id=".uno:FillModeRemovePredescessor"/>
<menu:menuitem menu:id=".uno:FillModeTraceSuccessor"/>
diff --git a/sc/uiconfig/scalc/popupmenu/pivot.xml b/sc/uiconfig/scalc/popupmenu/pivot.xml
index 290b62b50462..59433c5a7f95 100644
--- a/sc/uiconfig/scalc/popupmenu/pivot.xml
+++ b/sc/uiconfig/scalc/popupmenu/pivot.xml
@@ -8,6 +8,10 @@
*
-->
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
+ <menu:menuitem menu:id=".uno:Cut"/>
+ <menu:menuitem menu:id=".uno:Copy"/>
+ <menu:menuitem menu:id=".uno:Paste"/>
+ <menu:menuseparator/>
<menu:menuitem menu:id=".uno:DataDataPilotRun"/>
<menu:menuitem menu:id=".uno:RecalcPivotTable"/>
<menu:menuitem menu:id=".uno:DataPilotFilter"/>