summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbawindowbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbawindowbase.hxx')
-rw-r--r--include/vbahelper/vbawindowbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbawindowbase.hxx b/include/vbahelper/vbawindowbase.hxx
index cd2b8a705ff3..b8c70ed43d09 100644
--- a/include/vbahelper/vbawindowbase.hxx
+++ b/include/vbahelper/vbawindowbase.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/frame/XController.hpp>
#include <vbahelper/vbahelperinterface.hxx>
-typedef InheritedHelperInterfaceImpl1< ov::XWindowBase > WindowBaseImpl_BASE;
+typedef InheritedHelperInterfaceWeakImpl< ov::XWindowBase > WindowBaseImpl_BASE;
class VBAHELPER_DLLPUBLIC VbaWindowBase : public WindowBaseImpl_BASE
{