summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbatextframe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbatextframe.hxx')
-rw-r--r--include/vbahelper/vbatextframe.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbatextframe.hxx b/include/vbahelper/vbatextframe.hxx
index 5a175630cac0..ea6c8929e4ed 100644
--- a/include/vbahelper/vbatextframe.hxx
+++ b/include/vbahelper/vbatextframe.hxx
@@ -23,7 +23,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <vbahelper/vbahelperinterface.hxx>
-typedef InheritedHelperInterfaceImpl1< ov::msforms::XTextFrame > VbaTextFrame_BASE;
+typedef InheritedHelperInterfaceWeakImpl< ov::msforms::XTextFrame > VbaTextFrame_BASE;
class VBAHELPER_DLLPUBLIC VbaTextFrame : public VbaTextFrame_BASE
{