From ab9eff78f05e71d4d853fe72c03823287b49c93b Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 12 Mar 2018 12:51:23 +0900 Subject: remove support of GraphicObject URL from GraphicAccess MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4f14241f8528e025ddb108c73bee2df61f8927de Reviewed-on: https://gerrit.libreoffice.org/51103 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- svtools/source/misc/imageresourceaccess.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svtools/source/misc') diff --git a/svtools/source/misc/imageresourceaccess.cxx b/svtools/source/misc/imageresourceaccess.cxx index 7211bf23670d..5c7ff0ec86ca 100644 --- a/svtools/source/misc/imageresourceaccess.cxx +++ b/svtools/source/misc/imageresourceaccess.cxx @@ -130,7 +130,6 @@ namespace svt return _rURL.startsWith( "private:resource/" ) || _rURL.startsWith( "private:graphicrepository/" ) || _rURL.startsWith( "private:standardimage/" ) - || _rURL.startsWith( "vnd.sun.star.GraphicObject:" ) || _rURL.startsWith( "vnd.sun.star.extension://" ); } -- cgit