From 4e3f7d32b80fcb44f20abe634a2035d2c90c9e08 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Sat, 27 Jul 2013 15:11:32 +0200 Subject: fdo#67274 Always embed images from gallery MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch removes the options to link images from the gallery. Users should never link to the gallery. The links wouldn't work anymore if you just change the operating system, because the gallery is on a different place. Changes: * Removed option in "Bullets and Numbering" dialog to link graphical bullets * Change the Gallery image context menu. Before: Insert Copy Link Background Page Paragraph ... Now: Insert Insert as Background Page Paragraph ... Change-Id: I699042a7d7a27369775f9ee4c14c4a6964489a92 Reviewed-on: https://gerrit.libreoffice.org/5141 Reviewed-by: Luboš Luňák Tested-by: Luboš Luňák --- svx/inc/gallery.hrc | 1 - 1 file changed, 1 deletion(-) (limited to 'svx/inc') diff --git a/svx/inc/gallery.hrc b/svx/inc/gallery.hrc index 2396db0dceae..526011f7b1a5 100644 --- a/svx/inc/gallery.hrc +++ b/svx/inc/gallery.hrc @@ -107,7 +107,6 @@ #define WND_BRSPRV 1 #define MN_ADDMENU 2 #define MN_ADD 6 -#define MN_ADD_LINK 8 #define MN_PREVIEW 10 #define MN_DELETE 12 #define MN_BACKGROUND 14 -- cgit