diff options
author | Joren De Cuyper <jorendc@libreoffice.org> | 2014-03-07 23:56:28 +0100 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-04-06 13:32:31 -0500 |
commit | 7007e3952d6bb74bf8c6722df23ee746f773c72c (patch) | |
tree | 6460252e83709ee9eb84191493fa9f96f6433ee4 /sc/uiconfig/scalc/menubar/menubar.xml | |
parent | 0586bdc74813ef83504801d74800589f99c877b0 (diff) |
fdo#72276 introduce .uno:ZoomMenu so we can split the menu entries/labels
Currently .uno:zoom is used for the topmenu and submenu.
Deleting the '...' behind the text will delete it for both,
which is not correct. Therefore I introduce .uno:ZoomMenu for the
topmenu.
Change-Id: I75bcae572be0cca7216c34d81e0b99f4c59c0aab
Reviewed-on: https://gerrit.libreoffice.org/8503
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sc/uiconfig/scalc/menubar/menubar.xml')
-rw-r--r-- | sc/uiconfig/scalc/menubar/menubar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/menubar/menubar.xml b/sc/uiconfig/scalc/menubar/menubar.xml index d587433893f3..9e3bd353288b 100644 --- a/sc/uiconfig/scalc/menubar/menubar.xml +++ b/sc/uiconfig/scalc/menubar/menubar.xml @@ -149,7 +149,7 @@ <menu:menuitem menu:id=".uno:Sidebar"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:FullScreen"/> - <menu:menu menu:id=".uno:Zoom"> + <menu:menu menu:id=".uno:ZoomMenu"> <menu:menupopup> <menu:menuitem menu:id=".uno:ZoomPage"/> <menu:menuitem menu:id=".uno:ZoomPageWidth"/> |