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/ppt/pptshapegroupcontext.cxx | |
parent | d516b4e16af29e1978173b134da0420879619eb2 (diff) |
loplugin:includeform: oox
Change-Id: I9f1cc9940f5b31370394f789ebfaddfd6d30ca61
Diffstat (limited to 'oox/source/ppt/pptshapegroupcontext.cxx')
-rw-r--r-- | oox/source/ppt/pptshapegroupcontext.cxx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/oox/source/ppt/pptshapegroupcontext.cxx b/oox/source/ppt/pptshapegroupcontext.cxx index 7b9fc6126c46..235dd3fc6c10 100644 --- a/oox/source/ppt/pptshapegroupcontext.cxx +++ b/oox/source/ppt/pptshapegroupcontext.cxx @@ -23,19 +23,19 @@ #include <com/sun/star/container/XNamed.hpp> #include <oox/core/xmlfilterbase.hxx> -#include "oox/helper/attributelist.hxx" -#include "oox/ppt/pptshape.hxx" -#include "oox/ppt/pptgraphicshapecontext.hxx" -#include "oox/ppt/pptshapecontext.hxx" -#include "oox/ppt/pptshapegroupcontext.hxx" -#include "oox/drawingml/graphicshapecontext.hxx" -#include "drawingml/lineproperties.hxx" -#include "oox/drawingml/drawingmltypes.hxx" -#include "drawingml/customshapegeometry.hxx" -#include "drawingml/shapepropertiescontext.hxx" -#include "drawingml/textbodycontext.hxx" -#include "oox/drawingml/connectorshapecontext.hxx" -#include "drawingml/fillproperties.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/ppt/pptshape.hxx> +#include <oox/ppt/pptgraphicshapecontext.hxx> +#include <oox/ppt/pptshapecontext.hxx> +#include <oox/ppt/pptshapegroupcontext.hxx> +#include <oox/drawingml/graphicshapecontext.hxx> +#include <drawingml/lineproperties.hxx> +#include <oox/drawingml/drawingmltypes.hxx> +#include <drawingml/customshapegeometry.hxx> +#include <drawingml/shapepropertiescontext.hxx> +#include <drawingml/textbodycontext.hxx> +#include <oox/drawingml/connectorshapecontext.hxx> +#include <drawingml/fillproperties.hxx> #include "extdrawingfragmenthandler.hxx" #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> |