diff options
Diffstat (limited to 'sc/source/ui/vba/vbawindows.hxx')
-rw-r--r-- | sc/source/ui/vba/vbawindows.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/ui/vba/vbawindows.hxx b/sc/source/ui/vba/vbawindows.hxx index 3e9867db4006..27df5924655d 100644 --- a/sc/source/ui/vba/vbawindows.hxx +++ b/sc/source/ui/vba/vbawindows.hxx @@ -21,11 +21,10 @@ #include <ooo/vba/excel/XWindows.hpp> -#include <com/sun/star/uno/XComponentContext.hpp> - -#include "excelvbahelper.hxx" #include <vbahelper/vbacollectionimpl.hxx> +namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } + typedef CollTestImplHelper< ov::excel::XWindows > ScVbaWindows_BASE; class ScVbaWindows : public ScVbaWindows_BASE |