summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaframe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaframe.hxx')
-rw-r--r--sw/source/ui/vba/vbaframe.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbaframe.hxx b/sw/source/ui/vba/vbaframe.hxx
index 6b4c125dc1e5..1936d3d0a7b9 100644
--- a/sw/source/ui/vba/vbaframe.hxx
+++ b/sw/source/ui/vba/vbaframe.hxx
@@ -21,10 +21,9 @@
#include <ooo/vba/word/XFrame.hpp>
#include <vbahelper/vbahelperinterface.hxx>
-#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/text/XTextFrame.hpp>
-typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XFrame > SwVbaFrame_BASE;
+typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XFrame > SwVbaFrame_BASE;
class SwVbaFrame : public SwVbaFrame_BASE
{