diff options
Diffstat (limited to 'uui/source/passwordcontainer.hxx')
-rw-r--r-- | uui/source/passwordcontainer.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/passwordcontainer.hxx b/uui/source/passwordcontainer.hxx index f48e5b223f87..aac2ee3f4a86 100644 --- a/uui/source/passwordcontainer.hxx +++ b/uui/source/passwordcontainer.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_UUI_SOURCE_PASSWORDCONTAINER_HXX #define INCLUDED_UUI_SOURCE_PASSWORDCONTAINER_HXX -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> @@ -137,7 +137,7 @@ private: class PasswordContainerInteractionHandler : - public cppu::WeakImplHelper2< com::sun::star::lang::XServiceInfo, + public cppu::WeakImplHelper< com::sun::star::lang::XServiceInfo, com::sun::star::task::XInteractionHandler2 > { public: |