diff --git a/uui/source/interactionhandler.cxx b/uui/source/interactionhandler.cxx index c95e0e338aef..1cded67255a4 100644 --- a/uui/source/interactionhandler.cxx +++ b/uui/source/interactionhandler.cxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + +#include #include #include #include @@ -34,14 +37,12 @@ namespace { class UUIInteractionHandler: public cppu::WeakImplHelper3< com::sun::star::lang::XServiceInfo, com::sun::star::lang::XInitialization, - com::sun::star::task::XInteractionHandler2 > + com::sun::star::task::XInteractionHandler2 >, + private boost::noncopyable { private: UUIInteractionHelper * m_pImpl; - UUIInteractionHandler(UUIInteractionHandler &); // not implemented - void operator =(UUIInteractionHandler); // not implemented - public: UUIInteractionHandler(com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >