diff options
author | Jorenz Paragas <j.paragas.237@gmail.com> | 2016-06-08 21:43:35 -0700 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-10 08:35:44 +0000 |
commit | 5b156b37d487b96ec19d65e01cd8cedd26a2150d (patch) | |
tree | 2a879ddefb6a6d506f02e7f99b773dc21e4150d1 /oox | |
parent | 4c8d656b897229d5a6f2126fe274d338ec997f76 (diff) |
tdf#42949: clean up includes in include/oox/vml with iwyu
Change-Id: I753880ce146fef6523561290b8e13310d9f7219c
Reviewed-on: https://gerrit.libreoffice.org/26142
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/shape/ShapeContextHandler.cxx | 1 | ||||
-rw-r--r-- | oox/source/shape/ShapeFilterBase.cxx | 1 | ||||
-rw-r--r-- | oox/source/vml/vmltextboxcontext.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/shape/ShapeContextHandler.cxx b/oox/source/shape/ShapeContextHandler.cxx index f111ef4da50a..cf7273768794 100644 --- a/oox/source/shape/ShapeContextHandler.cxx +++ b/oox/source/shape/ShapeContextHandler.cxx @@ -30,6 +30,7 @@ #include <basegfx/matrix/b2dhommatrix.hxx> #include "oox/vml/vmldrawingfragment.hxx" #include "oox/vml/vmlshape.hxx" +#include <oox/vml/vmlshapecontainer.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> #include "oox/drawingml/themefragmenthandler.hxx" diff --git a/oox/source/shape/ShapeFilterBase.cxx b/oox/source/shape/ShapeFilterBase.cxx index efe8e1f202e9..a307d5cb8cc4 100644 --- a/oox/source/shape/ShapeFilterBase.cxx +++ b/oox/source/shape/ShapeFilterBase.cxx @@ -19,6 +19,7 @@ #include "ShapeFilterBase.hxx" #include "oox/drawingml/chart/chartconverter.hxx" +#include <oox/helper/graphichelper.hxx> #include "oox/ole/vbaproject.hxx" #include "oox/drawingml/theme.hxx" diff --git a/oox/source/vml/vmltextboxcontext.cxx b/oox/source/vml/vmltextboxcontext.cxx index 2db802ce16bb..239e53c3a655 100644 --- a/oox/source/vml/vmltextboxcontext.cxx +++ b/oox/source/vml/vmltextboxcontext.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <oox/helper/attributelist.hxx> #include "oox/vml/vmlformatting.hxx" #include "oox/vml/vmltextboxcontext.hxx" #include "oox/vml/vmlshape.hxx" |