summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbafont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbafont.hxx')
-rw-r--r--sw/source/ui/vba/vbafont.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbafont.hxx b/sw/source/ui/vba/vbafont.hxx
index 2021b7820a93..0b2fc34916ad 100644
--- a/sw/source/ui/vba/vbafont.hxx
+++ b/sw/source/ui/vba/vbafont.hxx
@@ -22,8 +22,9 @@
#include <vbahelper/vbafontbase.hxx>
#include <ooo/vba/word/XFont.hpp>
+#include <cppuhelper/implbase.hxx>
-typedef cppu::ImplInheritanceHelper1< VbaFontBase, ov::word::XFont > SwVbaFont_BASE;
+typedef cppu::ImplInheritanceHelper< VbaFontBase, ov::word::XFont > SwVbaFont_BASE;
class SwVbaFont : public SwVbaFont_BASE
{