summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbacells.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbacells.cxx')
-rw-r--r--sw/source/ui/vba/vbacells.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbacells.cxx b/sw/source/ui/vba/vbacells.cxx
index 0f8ba16fbebb..710f30d6a4c6 100644
--- a/sw/source/ui/vba/vbacells.cxx
+++ b/sw/source/ui/vba/vbacells.cxx
@@ -21,11 +21,12 @@
#include "wordvbahelper.hxx"
#include "vbatablehelper.hxx"
#include "vbarow.hxx"
+#include <cppuhelper/implbase.hxx>
using namespace ::ooo::vba;
using namespace ::com::sun::star;
-typedef ::cppu::WeakImplHelper2< container::XIndexAccess, container::XEnumerationAccess > CellCollectionHelper_Base;
+typedef ::cppu::WeakImplHelper< container::XIndexAccess, container::XEnumerationAccess > CellCollectionHelper_Base;
class CellsEnumWrapper : public EnumerationHelper_BASE
{