diff options
Diffstat (limited to 'sw/source/ui/vba/vbavariable.hxx')
-rw-r--r-- | sw/source/ui/vba/vbavariable.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbavariable.hxx b/sw/source/ui/vba/vbavariable.hxx index fa7469010634..4a7cb454eb67 100644 --- a/sw/source/ui/vba/vbavariable.hxx +++ b/sw/source/ui/vba/vbavariable.hxx @@ -21,10 +21,9 @@ #include <ooo/vba/word/XVariable.hpp> #include <vbahelper/vbahelperinterface.hxx> -#include <cppuhelper/implbase1.hxx> #include <com/sun/star/beans/XPropertyAccess.hpp> -typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XVariable > SwVbaVariable_BASE; +typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XVariable > SwVbaVariable_BASE; class SwVbaVariable : public SwVbaVariable_BASE { |