summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/InteractiveAppException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveAppException.idl')
-rw-r--r--offapi/com/sun/star/ucb/InteractiveAppException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveAppException.idl b/offapi/com/sun/star/ucb/InteractiveAppException.idl
index d2b579507f16..d9555c47287c 100644
--- a/offapi/com/sun/star/ucb/InteractiveAppException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveAppException.idl
@@ -23,24 +23,20 @@
#include <com/sun/star/ucb/IOErrorCode.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** An application error.
@since OOo 1.1.2
*/
published exception InteractiveAppException: com::sun::star::task::ClassifiedInteractionRequest
{
- //-------------------------------------------------------------------------
/** The type of application error.
*/
unsigned long Code;
};
-//=============================================================================
}; }; }; };