summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbadocumentbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbadocumentbase.hxx')
-rw-r--r--include/vbahelper/vbadocumentbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbadocumentbase.hxx b/include/vbahelper/vbadocumentbase.hxx
index 9fd0ed467dca..3aebefdb4f4e 100644
--- a/include/vbahelper/vbadocumentbase.hxx
+++ b/include/vbahelper/vbadocumentbase.hxx
@@ -23,7 +23,7 @@
#include <ooo/vba/XDocumentBase.hpp>
#include <vbahelper/vbahelperinterface.hxx>
-typedef InheritedHelperInterfaceImpl1< ooo::vba::XDocumentBase > VbaDocumentBase_BASE;
+typedef InheritedHelperInterfaceWeakImpl< ooo::vba::XDocumentBase > VbaDocumentBase_BASE;
class VBAHELPER_DLLPUBLIC VbaDocumentBase : public VbaDocumentBase_BASE
{