diff options
Diffstat (limited to 'sw/source/ui/vba/vbapane.hxx')
-rw-r--r-- | sw/source/ui/vba/vbapane.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbapane.hxx b/sw/source/ui/vba/vbapane.hxx index 6c248a7b0989..6ec4a180eb98 100644 --- a/sw/source/ui/vba/vbapane.hxx +++ b/sw/source/ui/vba/vbapane.hxx @@ -21,9 +21,8 @@ #include <ooo/vba/word/XPane.hpp> #include <vbahelper/vbahelperinterface.hxx> -#include <cppuhelper/implbase1.hxx> -typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XPane > SwVbaPane_BASE; +typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XPane > SwVbaPane_BASE; class SwVbaPane : public SwVbaPane_BASE { |