diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2020-04-11 22:27:38 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-04-12 10:11:26 +0200 |
commit | cc2b4b89684d82c69e8c4e696e626949de17c963 (patch) | |
tree | c2595cbea0c0bee58f0956dfd72972b78d431875 | |
parent | e1c1e832e99794f953c5736d97808ef83b349bce (diff) |
remove unused includes in graphicfilter
Change-Id: I5e4ef6aadd25697beb0d3289ee22cef1e5ac433b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92071
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
-rw-r--r-- | vcl/source/filter/graphicfilter.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx index 0cc0e3abf80c..edd02257ad70 100644 --- a/vcl/source/filter/graphicfilter.cxx +++ b/vcl/source/filter/graphicfilter.cxx @@ -23,7 +23,6 @@ #include <osl/mutex.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/threadpool.hxx> -#include <ucbhelper/content.hxx> #include <cppuhelper/implbase.hxx> #include <tools/fract.hxx> #include <unotools/configmgr.hxx> @@ -57,8 +56,6 @@ #include <com/sun/star/svg/XSVGWriter.hpp> #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/xml/sax/Writer.hpp> -#include <com/sun/star/ucb/CommandAbortedException.hpp> -#include <com/sun/star/ucb/ContentCreationException.hpp> #include <unotools/ucbstreamhelper.hxx> #include <rtl/bootstrap.hxx> #include <rtl/instance.hxx> |