diff options
author | Jorenz Paragas <j.paragas.237@gmail.com> | 2016-05-07 14:17:24 -0700 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-10 19:20:40 +0000 |
commit | 4bf7614503292fe69d3e5835621c1cdcaa4536cb (patch) | |
tree | 4aa8f96d0861c4663cbe45a5636ecbfca0140f7e /oox/source/ole/vbacontrol.cxx | |
parent | 3742748699cc09b04bff3d7c606f1c7a21427357 (diff) |
tdf#42949: clean up includes in include/oox/helper with iwyu
...and fix the many compiler errors that occurred as a result.
Change-Id: I497c326272b2f02737ca3765720d6815b735423b
Reviewed-on: https://gerrit.libreoffice.org/24735
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'oox/source/ole/vbacontrol.cxx')
-rw-r--r-- | oox/source/ole/vbacontrol.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/ole/vbacontrol.cxx b/oox/source/ole/vbacontrol.cxx index 1ed1e99a5d2c..805bb2d7a504 100644 --- a/oox/source/ole/vbacontrol.cxx +++ b/oox/source/ole/vbacontrol.cxx @@ -22,6 +22,7 @@ #include <algorithm> #include <set> #include <com/sun/star/awt/XControlModel.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/io/XInputStreamProvider.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -37,6 +38,8 @@ #include "oox/helper/storagebase.hxx" #include "oox/helper/textinputstream.hxx" #include "oox/ole/vbahelper.hxx" +#include <oox/token/properties.hxx> +#include <oox/token/tokens.hxx> #include <unordered_map> namespace oox { |