diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-01-20 14:37:27 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-01-20 17:44:00 +0200 |
commit | c5a1278fa2bcc193a82d78ee408ea7a913420675 (patch) | |
tree | 6fd22555e61121c4aa19488606b74551c50a22b1 /sw/uiconfig/swreport/popupmenu | |
parent | 405a00949cd72784a5cc231e2552dfdbeaa19812 (diff) |
tdf#93837 sw: Convert comment context menu to xml
Change-Id: If449bff057a78802ed0b74d75a3c1a8a23def31a
Diffstat (limited to 'sw/uiconfig/swreport/popupmenu')
-rw-r--r-- | sw/uiconfig/swreport/popupmenu/annotation.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sw/uiconfig/swreport/popupmenu/annotation.xml b/sw/uiconfig/swreport/popupmenu/annotation.xml new file mode 100644 index 000000000000..8bb8fdf31f04 --- /dev/null +++ b/sw/uiconfig/swreport/popupmenu/annotation.xml @@ -0,0 +1,23 @@ +<?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:ReplyComment"/> + <menu:menuseparator/> + <menu:menuitem menu:id=".uno:DeleteComment"/> + <menu:menuitem menu:id=".uno:DeleteAuthor"/> + <menu:menuitem menu:id=".uno:DeleteAllNotes"/> + <menu:menuitem menu:id=".uno:FormatAllNotes"/> + <menu:menuseparator/> + <menu:menuitem menu:id=".uno:ThesaurusFromContext"/> +</menu:menupopup> |