diff options
-rw-r--r-- | vcl/source/components/fontident.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/components/fontident.cxx b/vcl/source/components/fontident.cxx index 78d5703c5050..104981ad4366 100644 --- a/vcl/source/components/fontident.cxx +++ b/vcl/source/components/fontident.cxx @@ -33,7 +33,7 @@ #include <com/sun/star/awt/FontSlant.hpp> #include <com/sun/star/lang/XInitialization.hpp> -#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> using namespace ::com::sun::star::uno; @@ -46,7 +46,7 @@ namespace vcl namespace { -class FontIdentificator : public ::cppu::WeakAggImplHelper3< XMaterialHolder, XInitialization, XServiceInfo > +class FontIdentificator : public ::cppu::WeakImplHelper< XMaterialHolder, XInitialization, XServiceInfo > { Font m_aFont; public: |