From 85fe083c46c145ab7b884c1479e7b5ab234e4feb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:35:15 +0200 Subject: loplugin:includeform: oox Change-Id: I9f1cc9940f5b31370394f789ebfaddfd6d30ca61 --- oox/source/ole/vbacontrol.cxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'oox/source/ole/vbacontrol.cxx') diff --git a/oox/source/ole/vbacontrol.cxx b/oox/source/ole/vbacontrol.cxx index 84402d3a0c3e..2c65f3c75545 100644 --- a/oox/source/ole/vbacontrol.cxx +++ b/oox/source/ole/vbacontrol.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "oox/ole/vbacontrol.hxx" +#include #include #include @@ -30,14 +30,14 @@ #include #include #include -#include "oox/helper/attributelist.hxx" -#include "oox/helper/binaryinputstream.hxx" -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/propertymap.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/helper/storagebase.hxx" -#include "oox/helper/textinputstream.hxx" -#include "oox/ole/vbahelper.hxx" +#include +#include +#include +#include +#include +#include +#include +#include #include #include #include -- cgit