diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-04 14:13:58 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-04 14:13:58 +0100 |
commit | 5f5c8ac191c4fc45cfe9670eedf54940173fb67b (patch) | |
tree | dc2a67492cf5b3c41006dda9b411abdc7da6b7e6 /uui | |
parent | efba910f397c440940d94d78b2b70b0419ee375e (diff) |
autorecovery: post-rebase build problems solved
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl.cxx | 2 | ||||
-rw-r--r-- | uui/source/iahndl.hxx | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 7d10a879ff..898081fd1b 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -112,6 +112,8 @@ using ::com::sun::star::task::XInteractionRequest; using ::com::sun::star::lang::XMultiServiceFactory; /** === end UNO using === **/ +using namespace ::com::sun::star; + namespace { class HandleData : public osl::Condition diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index a4db6632b6..e0b58f66ed 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -174,6 +174,10 @@ private: getInteractionHandler() SAL_THROW((com::sun::star::uno::RuntimeException)); + bool handleTypedHandlerImplementations( + ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionRequest > const & rRequest + ); + bool tryOtherInteractionHandler( com::sun::star::uno::Reference< |