summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-03-12 12:51:23 +0900
committerTomaž Vajngerl <quikee@gmail.com>2018-03-12 12:28:58 +0100
commitab9eff78f05e71d4d853fe72c03823287b49c93b (patch)
tree7dd6e7660a1a7745ac9e8961b4e3c2aa101e0d01 /svtools
parenteda031b57f7faab682c6ea6c16892a2f243ec6cf (diff)
remove support of GraphicObject URL from GraphicAccess
Change-Id: I4f14241f8528e025ddb108c73bee2df61f8927de Reviewed-on: https://gerrit.libreoffice.org/51103 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/imageresourceaccess.cxx1
1 files changed, 0 insertions, 1 deletions
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://" );
}