summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveCHAOSException.idl')
-rw-r--r--offapi/com/sun/star/ucb/InteractiveCHAOSException.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl b/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
index f42038dc4271..deb66c05ae24 100644
--- a/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
@@ -31,18 +31,15 @@
#include <com/sun/star/task/ClassifiedInteractionRequest.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** An error capsuling error information as used by CHAOS.
@deprecated
*/
published exception InteractiveCHAOSException: com::sun::star::task::ClassifiedInteractionRequest
{
- //-------------------------------------------------------------------------
/** The error ID.
<p>For a "dynamic" error (with extra textual arguments), this ID
@@ -50,7 +47,6 @@ published exception InteractiveCHAOSException: com::sun::star::task::ClassifiedI
*/
long ID;
- //-------------------------------------------------------------------------
/** Any textual arguments of a "dynamic" error (which will get merged into
the error message).
@@ -60,7 +56,6 @@ published exception InteractiveCHAOSException: com::sun::star::task::ClassifiedI
};
-//=============================================================================
}; }; }; };