summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/InteractiveNetworkOffLineException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveNetworkOffLineException.idl')
-rw-r--r--offapi/com/sun/star/ucb/InteractiveNetworkOffLineException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveNetworkOffLineException.idl b/offapi/com/sun/star/ucb/InteractiveNetworkOffLineException.idl
index 9fbb767495bf..cf8165d9c659 100644
--- a/offapi/com/sun/star/ucb/InteractiveNetworkOffLineException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveNetworkOffLineException.idl
@@ -22,18 +22,15 @@
#include <com/sun/star/ucb/InteractiveNetworkException.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** A network error specifying an off line condition.
*/
published exception InteractiveNetworkOffLineException: com::sun::star::ucb::InteractiveNetworkException
{
};
-//=============================================================================
}; }; }; };