diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:43:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:11 +0200 |
commit | 74067098bbf225138fad5d2c208b6e1fc71fa9a9 (patch) | |
tree | bf083b523a58bff4b4513ac4f4ab42c6c1f59d98 /cppcanvas/source/inc | |
parent | 7a3aafb5a19061ec4ef20aa3328fc76bb8a3c93d (diff) |
loplugin:includeform: cppucanvas
Change-Id: I83da2a535f89dfaa675629ca3dc2a6cefc334443
Diffstat (limited to 'cppcanvas/source/inc')
-rw-r--r-- | cppcanvas/source/inc/implrenderer.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx index df26d09a4654..15b610306304 100644 --- a/cppcanvas/source/inc/implrenderer.hxx +++ b/cppcanvas/source/inc/implrenderer.hxx @@ -24,9 +24,9 @@ #include <cppcanvas/renderer.hxx> #include <cppcanvas/canvas.hxx> -#include <canvasgraphichelper.hxx> -#include <action.hxx> -#include <outdevstate.hxx> +#include "canvasgraphichelper.hxx" +#include "action.hxx" +#include "outdevstate.hxx" #include <com/sun/star/rendering/FontRequest.hpp> #include <com/sun/star/rendering/StrokeAttributes.hpp> |