summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/InteractiveIOException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveIOException.idl')
-rw-r--r--offapi/com/sun/star/ucb/InteractiveIOException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveIOException.idl b/offapi/com/sun/star/ucb/InteractiveIOException.idl
index 384bd91a3c9c..aa3f88f3f161 100644
--- a/offapi/com/sun/star/ucb/InteractiveIOException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveIOException.idl
@@ -23,22 +23,18 @@
#include <com/sun/star/ucb/IOErrorCode.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** An input/output error.
*/
published exception InteractiveIOException: com::sun::star::task::ClassifiedInteractionRequest
{
- //-------------------------------------------------------------------------
/** The type of input/output error.
*/
com::sun::star::ucb::IOErrorCode Code;
};
-//=============================================================================
}; }; }; };