diff options
Diffstat (limited to 'sc/source/ui/vba/vbastyles.hxx')
-rw-r--r-- | sc/source/ui/vba/vbastyles.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbastyles.hxx b/sc/source/ui/vba/vbastyles.hxx index 39ac51ea3de9..b6c7d737252e 100644 --- a/sc/source/ui/vba/vbastyles.hxx +++ b/sc/source/ui/vba/vbastyles.hxx @@ -19,10 +19,11 @@ #ifndef INCLUDED_SC_SOURCE_UI_VBA_VBASTYLES_HXX #define INCLUDED_SC_SOURCE_UI_VBA_VBASTYLES_HXX #include <ooo/vba/excel/XStyles.hpp> -#include <com/sun/star/container/XNameContainer.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <vbahelper/vbacollectionimpl.hxx> +namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } } } } +namespace com { namespace sun { namespace star { namespace container { class XNameContainer; } } } } + typedef CollTestImplHelper< ov::excel::XStyles > ScVbaStyles_BASE; class ScVbaStyles: public ScVbaStyles_BASE { |