summaryrefslogtreecommitdiff
path: root/uui/source/iahndl.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 16:45:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 16:45:03 +0000
commit29bab44354a505ef28da7b883002fe232b4706d5 (patch)
tree1ae0511c51c0f136b32631550d70b71bcf943521 /uui/source/iahndl.hxx
parent817d3d430505b0b289fb1d2e92ba8d1e05bb4f76 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'uui/source/iahndl.hxx')
-rw-r--r--uui/source/iahndl.hxx34
1 files changed, 31 insertions, 3 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index ce5a84e1be45..f5c7789194da 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: iahndl.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mav $ $Date: 2002-10-31 11:08:28 $
+ * last change: $Author: hr $ $Date: 2003-03-27 17:44:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,6 +92,9 @@
#ifndef _COM_SUN_STAR_DOCUMENT_AMBIGOUSFILTERREQUEST_HPP_
#include "com/sun/star/document/AmbigousFilterRequest.hpp"
#endif
+#ifndef _COM_SUN_STAR_TASK_ERRORCODEREQUEST_HPP_
+#include "com/sun/star/task/ErrorCodeRequest.hpp"
+#endif
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
#include "com/sun/star/uno/Sequence.hxx"
#endif
@@ -243,7 +246,13 @@ private:
eClassification,
rtl::OUString const & rContext,
rtl::OUString const & rMessage,
- WinBits nButtonMask)
+ WinBits nButtonMask )
+ SAL_THROW((com::sun::star::uno::RuntimeException));
+
+ USHORT
+ executeMessageBox( rtl::OUString const & rTitle,
+ rtl::OUString const & rMessage,
+ WinBits nButtonMask )
SAL_THROW((com::sun::star::uno::RuntimeException));
void
@@ -319,8 +328,27 @@ private:
com::sun::star::uno::Sequence<
com::sun::star::uno::Reference<
com::sun::star::task::XInteractionContinuation > > const &
+ rContinuations )
+ SAL_THROW((com::sun::star::uno::RuntimeException));
+
+ void
+ handleGenericErrorRequest(
+ com::sun::star::task::ErrorCodeRequest const & rRequest,
+ com::sun::star::uno::Sequence<
+ com::sun::star::uno::Reference<
+ com::sun::star::task::XInteractionContinuation > > const &
rContinuations)
SAL_THROW((com::sun::star::uno::RuntimeException));
+
+ void
+ handleBrokenPackageRequest(
+ std::vector< rtl::OUString > const & rArguments,
+ ::com::sun::star::uno::Sequence<
+ ::com::sun::star::uno::Reference<
+ ::com::sun::star::task::XInteractionContinuation > > const &
+ rContinuations)
+ SAL_THROW((::com::sun::star::uno::RuntimeException));
+
};
#endif // UUI_IAHNDL_HXX