summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbacheckbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbacheckbox.hxx')
-rw-r--r--sw/source/ui/vba/vbacheckbox.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbacheckbox.hxx b/sw/source/ui/vba/vbacheckbox.hxx
index e59c31feae0d..68d5ed93b489 100644
--- a/sw/source/ui/vba/vbacheckbox.hxx
+++ b/sw/source/ui/vba/vbacheckbox.hxx
@@ -20,11 +20,10 @@
#define INCLUDED_SW_SOURCE_UI_VBA_VBACHECKBOX_HXX
#include <ooo/vba/word/XCheckBox.hpp>
-#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/text/XFormField.hpp>
#include <vbahelper/vbahelperinterface.hxx>
-typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XCheckBox > SwVbaCheckBox_BASE;
+typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XCheckBox > SwVbaCheckBox_BASE;
class SwVbaCheckBox : public SwVbaCheckBox_BASE
{