diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:35:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:00 +0200 |
commit | 85fe083c46c145ab7b884c1479e7b5ab234e4feb (patch) | |
tree | 42030a4f2ba7b68185968e6c89c13cdb454c4adb /oox/source/drawingml/shapepropertiescontext.cxx | |
parent | d516b4e16af29e1978173b134da0420879619eb2 (diff) |
loplugin:includeform: oox
Change-Id: I9f1cc9940f5b31370394f789ebfaddfd6d30ca61
Diffstat (limited to 'oox/source/drawingml/shapepropertiescontext.cxx')
-rw-r--r-- | oox/source/drawingml/shapepropertiescontext.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/oox/source/drawingml/shapepropertiescontext.cxx b/oox/source/drawingml/shapepropertiescontext.cxx index 6232df6771e8..ffedcfa5bf13 100644 --- a/oox/source/drawingml/shapepropertiescontext.cxx +++ b/oox/source/drawingml/shapepropertiescontext.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "drawingml/shapepropertiescontext.hxx" +#include <drawingml/shapepropertiescontext.hxx> #include <com/sun/star/xml/sax/FastToken.hpp> #include <com/sun/star/drawing/LineStyle.hpp> @@ -25,11 +25,11 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/container/XNamed.hpp> -#include "drawingml/scene3dcontext.hxx" -#include "drawingml/linepropertiescontext.hxx" -#include "drawingml/misccontexts.hxx" -#include "drawingml/transform2dcontext.hxx" -#include "drawingml/customshapegeometry.hxx" +#include <drawingml/scene3dcontext.hxx> +#include <drawingml/linepropertiescontext.hxx> +#include <drawingml/misccontexts.hxx> +#include <drawingml/transform2dcontext.hxx> +#include <drawingml/customshapegeometry.hxx> #include "effectpropertiescontext.hxx" #include <oox/helper/attributelist.hxx> #include <oox/token/namespaces.hxx> |