summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/InteractiveAugmentedIOException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveAugmentedIOException.idl')
-rw-r--r--offapi/com/sun/star/ucb/InteractiveAugmentedIOException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveAugmentedIOException.idl b/offapi/com/sun/star/ucb/InteractiveAugmentedIOException.idl
index c700176d9653..32702ff880d9 100644
--- a/offapi/com/sun/star/ucb/InteractiveAugmentedIOException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveAugmentedIOException.idl
@@ -22,16 +22,13 @@
#include <com/sun/star/ucb/InteractiveIOException.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** An input/output error with arguments.
*/
published exception InteractiveAugmentedIOException : com::sun::star::ucb::InteractiveIOException
{
- //-------------------------------------------------------------------------
/** Additional arguments.
<P>See <type scope="com::sun::star::task">InteractionHandler</type>
@@ -40,7 +37,6 @@ published exception InteractiveAugmentedIOException : com::sun::star::ucb::Inter
sequence< any > Arguments;
};
-//=============================================================================
}; }; }; };