diff options
Diffstat (limited to 'uui/source/interactionhandler.hxx')
-rw-r--r-- | uui/source/interactionhandler.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/uui/source/interactionhandler.hxx b/uui/source/interactionhandler.hxx index 8d2147b74641..39acd8624a22 100644 --- a/uui/source/interactionhandler.hxx +++ b/uui/source/interactionhandler.hxx @@ -20,14 +20,16 @@ #ifndef UUI_INTERACTIONHANDLER_HXX #define UUI_INTERACTIONHANDLER_HXX +#include "com/sun/star/lang/XInitialization.hpp" #include "com/sun/star/lang/XServiceInfo.hpp" #include "com/sun/star/task/XInteractionHandler2.hpp" -#include "cppuhelper/implbase2.hxx" +#include "cppuhelper/implbase3.hxx" class UUIInteractionHelper; class UUIInteractionHandler: - public cppu::WeakImplHelper2< com::sun::star::lang::XServiceInfo, + public cppu::WeakImplHelper3< com::sun::star::lang::XServiceInfo, + com::sun::star::lang::XInitialization, com::sun::star::task::XInteractionHandler2 > { public: |