summaryrefslogtreecommitdiff
path: root/include/editeng/UnoForbiddenCharsTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/UnoForbiddenCharsTable.hxx')
-rw-r--r--include/editeng/UnoForbiddenCharsTable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/UnoForbiddenCharsTable.hxx b/include/editeng/UnoForbiddenCharsTable.hxx
index 45ef28ed1eb8..7e729ebfcbd2 100644
--- a/include/editeng/UnoForbiddenCharsTable.hxx
+++ b/include/editeng/UnoForbiddenCharsTable.hxx
@@ -24,12 +24,12 @@
#include <com/sun/star/linguistic2/XSupportedLocales.hpp>
#include <rtl/ref.hxx>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
#include <editeng/editengdllapi.h>
class SvxForbiddenCharactersTable;
-class EDITENG_DLLPUBLIC SvxUnoForbiddenCharsTable : public cppu::WeakImplHelper2<
+class EDITENG_DLLPUBLIC SvxUnoForbiddenCharsTable : public cppu::WeakImplHelper<
com::sun::star::i18n::XForbiddenCharacters,
com::sun::star::linguistic2::XSupportedLocales>
{