From 8c4a1663f5d93380268365d35a5581d8065df897 Mon Sep 17 00:00:00 2001 From: Philippe Jung Date: Sat, 2 May 2015 00:55:37 +0200 Subject: tdf#34555 add crop features to sw Adds Crop (by handles) to writer. Proposal of new Format menu and image context menu organisation. This is part of a serie of 4 patches that adds Save graphic, Change Picture, Edit with external tool, Crop (by handles) in all products (scalc, sdraw, simpress, swriter). Main menus, toolbars and contextual menus are updated accordingly. Change-Id: I6fe8907e08519326c78f0bc71f27032b5716bb8e Reviewed-on: https://gerrit.libreoffice.org/15590 Tested-by: Jenkins Reviewed-by: Jan Holesovsky --- sw/uiconfig/swform/menubar/menubar.xml | 12 ++++++++++++ sw/uiconfig/swform/toolbar/graphicobjectbar.xml | 1 + 2 files changed, 13 insertions(+) (limited to 'sw/uiconfig/swform') diff --git a/sw/uiconfig/swform/menubar/menubar.xml b/sw/uiconfig/swform/menubar/menubar.xml index 6f081acc1b47..4795e4476b33 100644 --- a/sw/uiconfig/swform/menubar/menubar.xml +++ b/sw/uiconfig/swform/menubar/menubar.xml @@ -278,6 +278,18 @@ + + + + + + + + + + + + diff --git a/sw/uiconfig/swform/toolbar/graphicobjectbar.xml b/sw/uiconfig/swform/toolbar/graphicobjectbar.xml index 6e7201c82042..1f27f3c6bbd9 100644 --- a/sw/uiconfig/swform/toolbar/graphicobjectbar.xml +++ b/sw/uiconfig/swform/toolbar/graphicobjectbar.xml @@ -30,6 +30,7 @@ + -- cgit