summaryrefslogtreecommitdiff
path: root/cppcanvas/source/uno
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-10-31 02:26:36 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-10-31 11:29:44 +0100
commit977c9933535f62c729f2111e0734f8bd2263377b (patch)
tree822f8a045eb4f2e98206fe4a9f37f5a7f8d3d6a8 /cppcanvas/source/uno
parent0630427ef44901127423576f3aa8ef7f87d11ef9 (diff)
tdf#42949 Fix IWYU warnings in cppcanvas/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I3e6b35acf6266157d4cf634e2143e6e19a73102a Reviewed-on: https://gerrit.libreoffice.org/81813 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cppcanvas/source/uno')
-rw-r--r--cppcanvas/source/uno/uno_mtfrenderer.cxx1
-rw-r--r--cppcanvas/source/uno/uno_mtfrenderer.hxx2
2 files changed, 1 insertions, 2 deletions
diff --git a/cppcanvas/source/uno/uno_mtfrenderer.cxx b/cppcanvas/source/uno/uno_mtfrenderer.cxx
index 557f5902f872..9dd906699bd6 100644
--- a/cppcanvas/source/uno/uno_mtfrenderer.cxx
+++ b/cppcanvas/source/uno/uno_mtfrenderer.cxx
@@ -10,7 +10,6 @@
#include "uno_mtfrenderer.hxx"
#include <cppcanvas/vclfactory.hxx>
#include <comphelper/servicedecl.hxx>
-#include <cppuhelper/factory.hxx>
#include <o3tl/any.hxx>
using namespace ::com::sun::star;
diff --git a/cppcanvas/source/uno/uno_mtfrenderer.hxx b/cppcanvas/source/uno/uno_mtfrenderer.hxx
index 5b2594fc8bf8..6cb720a31d00 100644
--- a/cppcanvas/source/uno/uno_mtfrenderer.hxx
+++ b/cppcanvas/source/uno/uno_mtfrenderer.hxx
@@ -9,7 +9,7 @@
#ifndef INCLUDED_CPPCANVAS_SOURCE_UNO_UNO_MTFRENDERER_HXX
#define INCLUDED_CPPCANVAS_SOURCE_UNO_UNO_MTFRENDERER_HXX
-#include <com/sun/star/rendering/MtfRenderer.hpp>
+#include <com/sun/star/rendering/XMtfRenderer.hpp>
#include <com/sun/star/rendering/XBitmapCanvas.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/beans/XFastPropertySet.hpp>