diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-18 02:36:48 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-18 13:24:03 +0200 |
commit | 3b685bffc9af809109ee777f2d5a29cd907c7faa (patch) | |
tree | 684b551ed0ae7aa0b7f088d14107586b41047fd8 /sc/uiconfig | |
parent | 399fd4153993c3677eaaf0ad01700d64a1cb5b2c (diff) |
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.xml | 4 | ||||
-rw-r--r-- | sc/uiconfig/scalc/popupmenu/pivot.xml | 4 |
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"/> |