summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/InteractiveNetworkResolveNameException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveNetworkResolveNameException.idl')
-rw-r--r--offapi/com/sun/star/ucb/InteractiveNetworkResolveNameException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveNetworkResolveNameException.idl b/offapi/com/sun/star/ucb/InteractiveNetworkResolveNameException.idl
index 5a706a037851..b0da035cf996 100644
--- a/offapi/com/sun/star/ucb/InteractiveNetworkResolveNameException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveNetworkResolveNameException.idl
@@ -22,23 +22,19 @@
#include <com/sun/star/ucb/InteractiveNetworkException.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** A network error specifying a name resolution failure.
*/
published exception InteractiveNetworkResolveNameException: com::sun::star::ucb::InteractiveNetworkException
{
- //-------------------------------------------------------------------------
/** The server name for which resolution failed.
*/
string Server;
};
-//=============================================================================
}; }; }; };