diff options
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index 91cced67e8dd..be740d0b2a68 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -32,7 +32,6 @@ #include "com/sun/star/beans/Optional.hpp" #include "com/sun/star/task/InteractionClassification.hpp" -#include "tools/solar.h" #include "tools/errcode.hxx" #include "tools/rc.hxx" #include "tools/wintypes.hxx" @@ -65,7 +64,6 @@ namespace com { namespace sun { namespace star { class Window; - struct InteractionHandlerData { /** The UNO service name to use to instanciate the content provider. @@ -83,7 +81,6 @@ typedef ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com typedef ::boost::unordered_map< OUString, OUString, OUStringHash > StringHashMap; - class UUIInteractionHelper { private: @@ -190,8 +187,6 @@ private: com::sun::star::task::XInteractionContinuation > > const & rContinuations); - - bool handleInteractiveIOException( com::sun::star::uno::Reference< @@ -330,7 +325,7 @@ private: com::sun::star::task::XInteractionRequest > const & rRequest) SAL_THROW((::com::sun::star::uno::RuntimeException)); - bool handleCustomRequest( + bool handleCustomRequest( const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionRequest >& i_rRequest, const OUString& i_rServiceName ) const; |