diff options
Diffstat (limited to 'sc/source/ui/vba/vbacondition.hxx')
-rw-r--r-- | sc/source/ui/vba/vbacondition.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbacondition.hxx b/sc/source/ui/vba/vbacondition.hxx index 346905a8c2c4..01283207e2ad 100644 --- a/sc/source/ui/vba/vbacondition.hxx +++ b/sc/source/ui/vba/vbacondition.hxx @@ -18,11 +18,13 @@ */ #ifndef INCLUDED_SC_SOURCE_UI_VBA_VBACONDITION_HXX #define INCLUDED_SC_SOURCE_UI_VBA_VBACONDITION_HXX -#include <com/sun/star/sheet/XSheetCondition.hpp> -#include <com/sun/star/sheet/XCellRangeAddressable.hpp> + #include <vbahelper/vbahelperinterface.hxx> #include <com/sun/star/sheet/ConditionOperator.hpp> +namespace com { namespace sun { namespace star { namespace sheet { class XCellRangeAddressable; } } } } +namespace com { namespace sun { namespace star { namespace sheet { class XSheetCondition; } } } } + template< typename... Ifc > class ScVbaCondition : public InheritedHelperInterfaceWeakImpl< Ifc... > { |