summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/emfplus.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:43:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:11 +0200
commit74067098bbf225138fad5d2c208b6e1fc71fa9a9 (patch)
treebf083b523a58bff4b4513ac4f4ab42c6c1f59d98 /cppcanvas/source/mtfrenderer/emfplus.cxx
parent7a3aafb5a19061ec4ef20aa3328fc76bb8a3c93d (diff)
loplugin:includeform: cppucanvas
Change-Id: I83da2a535f89dfaa675629ca3dc2a6cefc334443
Diffstat (limited to 'cppcanvas/source/mtfrenderer/emfplus.cxx')
-rw-r--r--cppcanvas/source/mtfrenderer/emfplus.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx
index 47e1b1d48d3f..60f9f51b3e15 100644
--- a/cppcanvas/source/mtfrenderer/emfplus.cxx
+++ b/cppcanvas/source/mtfrenderer/emfplus.cxx
@@ -44,20 +44,20 @@
#include <com/sun/star/rendering/XCanvas.hpp>
#include <comphelper/propertysequence.hxx>
-#include <bitmapaction.hxx>
+#include "bitmapaction.hxx"
#include <implrenderer.hxx>
#include <outdevstate.hxx>
-#include <polypolyaction.hxx>
-#include <textaction.hxx>
-
-#include <emfpbrush.hxx>
-#include <emfpcustomlinecap.hxx>
-#include <emfpfont.hxx>
-#include <emfpimage.hxx>
-#include <emfppath.hxx>
-#include <emfppen.hxx>
-#include <emfpregion.hxx>
-#include <emfpstringformat.hxx>
+#include "polypolyaction.hxx"
+#include "textaction.hxx"
+
+#include "emfpbrush.hxx"
+#include "emfpcustomlinecap.hxx"
+#include "emfpfont.hxx"
+#include "emfpimage.hxx"
+#include "emfppath.hxx"
+#include "emfppen.hxx"
+#include "emfpregion.hxx"
+#include "emfpstringformat.hxx"
namespace
{