summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/InteractiveNetworkWriteException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveNetworkWriteException.idl')
-rw-r--r--offapi/com/sun/star/ucb/InteractiveNetworkWriteException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveNetworkWriteException.idl b/offapi/com/sun/star/ucb/InteractiveNetworkWriteException.idl
index e5e42898edda..bcd8e2c359cd 100644
--- a/offapi/com/sun/star/ucb/InteractiveNetworkWriteException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveNetworkWriteException.idl
@@ -31,16 +31,13 @@
#include <com/sun/star/ucb/InteractiveNetworkException.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** A network error specifying a write failure.
*/
published exception InteractiveNetworkWriteException: com::sun::star::ucb::InteractiveNetworkException
{
- //-------------------------------------------------------------------------
/** Any diagnostic message about the failure (which will typically be an
English phrase or sentence).
*/
@@ -48,7 +45,6 @@ published exception InteractiveNetworkWriteException: com::sun::star::ucb::Inter
};
-//=============================================================================
}; }; }; };