diff options
Diffstat (limited to 'sw/source/ui/vba/vbafield.hxx')
-rw-r--r-- | sw/source/ui/vba/vbafield.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbafield.hxx b/sw/source/ui/vba/vbafield.hxx index f20893fdc71b..991e97f88cbc 100644 --- a/sw/source/ui/vba/vbafield.hxx +++ b/sw/source/ui/vba/vbafield.hxx @@ -25,7 +25,7 @@ #include <ooo/vba/word/XFields.hpp> #include <vbahelper/vbacollectionimpl.hxx> -typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XField > SwVbaField_BASE; +typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XField > SwVbaField_BASE; class SwVbaField : public SwVbaField_BASE { |