diff options
Diffstat (limited to 'sc/source/ui/vba/vbapivottables.hxx')
-rw-r--r-- | sc/source/ui/vba/vbapivottables.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/ui/vba/vbapivottables.hxx b/sc/source/ui/vba/vbapivottables.hxx index 5b95d9724472..8904e9d4e47d 100644 --- a/sc/source/ui/vba/vbapivottables.hxx +++ b/sc/source/ui/vba/vbapivottables.hxx @@ -20,13 +20,11 @@ #define INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTTABLES_HXX #include <ooo/vba/excel/XPivotTables.hpp> -#include <com/sun/star/container/XEnumerationAccess.hpp> -#include <com/sun/star/uno/XComponentContext.hpp> -#include "excelvbahelper.hxx" -#include <vbahelper/vbahelperinterface.hxx> #include <vbahelper/vbacollectionimpl.hxx> +namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } + typedef CollTestImplHelper< ov::excel::XPivotTables > ScVbaPivotTables_BASE; class ScVbaPivotTables : public ScVbaPivotTables_BASE |