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/vml/vmlshape.cxx | |
parent | d516b4e16af29e1978173b134da0420879619eb2 (diff) |
loplugin:includeform: oox
Change-Id: I9f1cc9940f5b31370394f789ebfaddfd6d30ca61
Diffstat (limited to 'oox/source/vml/vmlshape.cxx')
-rw-r--r-- | oox/source/vml/vmlshape.cxx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/oox/source/vml/vmlshape.cxx b/oox/source/vml/vmlshape.cxx index 420b92f595cc..2c1acb029916 100644 --- a/oox/source/vml/vmlshape.cxx +++ b/oox/source/vml/vmlshape.cxx @@ -22,7 +22,7 @@ #include <boost/optional.hpp> -#include "oox/vml/vmlshape.hxx" +#include <oox/vml/vmlshape.hxx> #include <vcl/wmf.hxx> #include <com/sun/star/beans/PropertyValues.hpp> @@ -50,20 +50,20 @@ #include <rtl/math.hxx> #include <rtl/ustrbuf.hxx> #include <svx/svdtrans.hxx> -#include "oox/drawingml/shapepropertymap.hxx" -#include "oox/helper/graphichelper.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/ole/axcontrol.hxx" -#include "oox/ole/axcontrolfragment.hxx" -#include "oox/ole/oleobjecthelper.hxx" +#include <oox/drawingml/shapepropertymap.hxx> +#include <oox/helper/graphichelper.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/ole/axcontrol.hxx> +#include <oox/ole/axcontrolfragment.hxx> +#include <oox/ole/oleobjecthelper.hxx> #include <oox/token/properties.hxx> #include <oox/token/tokens.hxx> -#include "oox/vml/vmldrawing.hxx" -#include "oox/vml/vmlshapecontainer.hxx" -#include "oox/vml/vmltextbox.hxx" -#include "oox/core/xmlfilterbase.hxx" -#include "oox/helper/containerhelper.hxx" -#include "svx/EnhancedCustomShapeTypeNames.hxx" +#include <oox/vml/vmldrawing.hxx> +#include <oox/vml/vmlshapecontainer.hxx> +#include <oox/vml/vmltextbox.hxx> +#include <oox/core/xmlfilterbase.hxx> +#include <oox/helper/containerhelper.hxx> +#include <svx/EnhancedCustomShapeTypeNames.hxx> #include <svx/unoapi.hxx> #include <svx/svdoashp.hxx> #include <comphelper/sequence.hxx> |