From d42d6dbfc6beac895ee778a1f30eab0435adf544 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 26 Oct 2015 17:55:14 +0100 Subject: tdf#75637: Resolve help images via a vnd.libreoffice.image UCP ...which uses the logic already available in VCL's ImplImageTree to locate the image zip files and find fallbacks for incomplete themes and for localized images. (cherry picked from commit 6948c546fdc00dddec7d58e03150dcc87921d6b2, plus f5174c89cd037d35b975590083cf91b36633808d "...but do not erase localize attributes from image elements," which is needed to make localized image references work again) Conflicts: vcl/osx/vclnsapp.mm Change-Id: Ic1c15fcacb6596a27a2b051093232902202bf472 Reviewed-on: https://gerrit.libreoffice.org/19644 Reviewed-by: Michael Stahl Tested-by: Michael Stahl (cherry picked from commit 74453dbed460c0c428ce989b07a65d5cac5db49a) --- xmlhelp/util/main_transform.xsl | 53 ++++------------------------------------- 1 file changed, 5 insertions(+), 48 deletions(-) (limited to 'xmlhelp/util/main_transform.xsl') diff --git a/xmlhelp/util/main_transform.xsl b/xmlhelp/util/main_transform.xsl index b6b9c2e6c76c..b30effe1ca94 100644 --- a/xmlhelp/util/main_transform.xsl +++ b/xmlhelp/util/main_transform.xsl @@ -99,7 +99,7 @@ - + @@ -110,7 +110,7 @@ - + @@ -801,19 +801,6 @@ - - - - - - - - - - - - - @@ -821,11 +808,11 @@ - - + + - + @@ -931,36 +918,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit