diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-11-10 17:50:02 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-11-10 17:59:09 +0200 |
commit | 749fe62b32acc3159cf2756aae16df36f091a862 (patch) | |
tree | b991a54b7b7b59a6517a00eabae2be0920682931 /sd/uiconfig | |
parent | 59547a54958914f57f5a9bcff6434c3acca042f6 (diff) |
tdf#103826 Missing master page pane context menus in Draw
Change-Id: I355e9507692e770063a91d05efd3ebc3e2671d57
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/sdraw/popupmenu/pagepanemaster.xml | 20 | ||||
-rw-r--r-- | sd/uiconfig/sdraw/popupmenu/pagepanenoselmaster.xml | 16 |
2 files changed, 36 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/popupmenu/pagepanemaster.xml b/sd/uiconfig/sdraw/popupmenu/pagepanemaster.xml new file mode 100644 index 000000000000..bf160dfff1f7 --- /dev/null +++ b/sd/uiconfig/sdraw/popupmenu/pagepanemaster.xml @@ -0,0 +1,20 @@ +<?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:Cut"/> + <menu:menuitem menu:id=".uno:Copy"/> + <menu:menuitem menu:id=".uno:Paste"/> + <menu:menuseparator/> + <menu:menuitem menu:id=".uno:InsertMasterPage"/> + <menu:menuitem menu:id=".uno:DeleteMasterPage"/> + <menu:menuitem menu:id=".uno:RenameMasterPage"/> + <menu:menuseparator/> + <menu:menuitem menu:id=".uno:PresentationLayout"/> +</menu:menupopup> diff --git a/sd/uiconfig/sdraw/popupmenu/pagepanenoselmaster.xml b/sd/uiconfig/sdraw/popupmenu/pagepanenoselmaster.xml new file mode 100644 index 000000000000..919e3c59ceae --- /dev/null +++ b/sd/uiconfig/sdraw/popupmenu/pagepanenoselmaster.xml @@ -0,0 +1,16 @@ +<?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:Cut"/> + <menu:menuitem menu:id=".uno:Copy"/> + <menu:menuitem menu:id=".uno:Paste"/> + <menu:menuseparator/> + <menu:menuitem menu:id=".uno:InsertMasterPage"/> +</menu:menupopup> |