diff options
Diffstat (limited to 'extensions/source/propctrlr/defaulthelpprovider.hxx')
-rw-r--r-- | extensions/source/propctrlr/defaulthelpprovider.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/defaulthelpprovider.hxx b/extensions/source/propctrlr/defaulthelpprovider.hxx index 87ab132ede49..3052438916fa 100644 --- a/extensions/source/propctrlr/defaulthelpprovider.hxx +++ b/extensions/source/propctrlr/defaulthelpprovider.hxx @@ -25,7 +25,7 @@ #include <com/sun/star/inspection/XObjectInspectorUI.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> namespace vcl { class Window; } @@ -37,7 +37,7 @@ namespace pcr //= DefaultHelpProvider - typedef ::cppu::WeakImplHelper2 < ::com::sun::star::inspection::XPropertyControlObserver + typedef ::cppu::WeakImplHelper < ::com::sun::star::inspection::XPropertyControlObserver , ::com::sun::star::lang::XInitialization > DefaultHelpProvider_Base; class DefaultHelpProvider : public DefaultHelpProvider_Base |