[Libreoffice-commits] core.git: sw/source
Yousuf Philips
philipz85 at hotmail.com
Tue Dec 2 02:35:20 PST 2014
sw/source/ui/app/mn.src | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit b46f781440130e6a629bf9ae14a62310d2a31021
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Tue Dec 2 05:33:23 2014 +0400
fdo#62947 add paste special to table and text box context menus
Change-Id: Ib60920d2628526a27d40445dad26fef6997899f7
Reviewed-on: https://gerrit.libreoffice.org/13262
Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
Tested-by: Yousuf Philips <philipz85 at hotmail.com>
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index a3b2f20..6e293a7 100644
--- a/sw/source/ui/app/mn.src
+++ b/sw/source/ui/app/mn.src
@@ -765,9 +765,10 @@ Menu MN_TAB_POPUPMENU
{
ItemList =
{
- MN_RESET
+ MENU_PASTE_SPECIAL
_NUMBERING_RELATED_MENU
SEPARATOR ;
+ MN_RESET
MN_TEXT_ATTR
SEPARATOR ;
MenuItem
@@ -1082,8 +1083,9 @@ Menu MN_DRWTXT_POPUPMENU
{
ItemList =
{
- MN_RESET
+ MENU_PASTE_SPECIAL
SEPARATOR ;
+ MN_RESET
MN_TEXT_ATTR
SEPARATOR ;
ITEM_TRANSLITERATE_MENU
More information about the Libreoffice-commits
mailing list