From 1812a6467defa244c2002dec6b055ad3983e5883 Mon Sep 17 00:00:00 2001 From: Jorenz Paragas Date: Sun, 12 Jun 2016 16:57:39 -0700 Subject: tdf#42949: clean up includes in include/vbahelper with iwyu Change-Id: Iaf93ff58229e9362b03b3e810611e969ef8baf38 Reviewed-on: https://gerrit.libreoffice.org/26206 Tested-by: Jenkins Reviewed-by: Michael Stahl --- include/vbahelper/vbadocumentsbase.hxx | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'include/vbahelper/vbadocumentsbase.hxx') diff --git a/include/vbahelper/vbadocumentsbase.hxx b/include/vbahelper/vbadocumentsbase.hxx index a47f5a7f5894..9a47a92f8be6 100644 --- a/include/vbahelper/vbadocumentsbase.hxx +++ b/include/vbahelper/vbadocumentsbase.hxx @@ -19,10 +19,30 @@ #ifndef INCLUDED_VBAHELPER_VBADOCUMENTSBASE_HXX #define INCLUDED_VBAHELPER_VBADOCUMENTSBASE_HXX +#include -#include +#include +#include +#include +#include +#include #include -#include +#include +#include +#include +#include +#include + +namespace com { namespace sun { namespace star { + namespace beans { struct PropertyValue; } + namespace container { class XEnumeration; } + namespace uno { class XComponentContext; } +} } } + +namespace ooo { namespace vba { + class XDocumentsBase; + class XHelperInterface; +} } typedef CollTestImplHelper< ooo::vba::XDocumentsBase > VbaDocumentsBase_BASE; -- cgit