diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:27:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:46 +0200 |
commit | 3ff3a053712665402a05e1e2471807d65879b8d0 (patch) | |
tree | f4d8352cbd2fe39c553178ade2234a1068c7caaa /xmloff/source/draw/ximpcustomshape.cxx | |
parent | bfd7aead9d351e314d9130cb24350ce679a7c94e (diff) |
loplugin:includeform: xmloff
Change-Id: I9e55142a7904c426fce49f68f1790365ea490fab
Diffstat (limited to 'xmloff/source/draw/ximpcustomshape.cxx')
-rw-r--r-- | xmloff/source/draw/ximpcustomshape.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpcustomshape.cxx b/xmloff/source/draw/ximpcustomshape.cxx index f85c74fdd507..83f3e31e4b06 100644 --- a/xmloff/source/draw/ximpcustomshape.cxx +++ b/xmloff/source/draw/ximpcustomshape.cxx @@ -29,13 +29,13 @@ #include <com/sun/star/xml/sax/XAttributeList.hpp> #include <com/sun/star/container/XIndexContainer.hpp> #include <xmloff/xmltoken.hxx> -#include "EnhancedCustomShapeToken.hxx" +#include <EnhancedCustomShapeToken.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/xmltkmap.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/xmluconv.hxx> -#include "xexptran.hxx" +#include <xexptran.hxx> #include <xmloff/xmlerror.hxx> #include <com/sun/star/drawing/Direction3D.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp> |