diff options
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveNetworkConnectException.idl')
-rw-r--r-- | offapi/com/sun/star/ucb/InteractiveNetworkConnectException.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveNetworkConnectException.idl b/offapi/com/sun/star/ucb/InteractiveNetworkConnectException.idl index d8fa03149..938513ea7 100644 --- a/offapi/com/sun/star/ucb/InteractiveNetworkConnectException.idl +++ b/offapi/com/sun/star/ucb/InteractiveNetworkConnectException.idl @@ -27,9 +27,7 @@ #ifndef __com_sun_star_ucb_InteractiveNetworkConnectException_idl__ #define __com_sun_star_ucb_InteractiveNetworkConnectException_idl__ -#ifndef __com_sun_star_ucb_InteractiveNetworkException_idl__ #include <com/sun/star/ucb/InteractiveNetworkException.idl> -#endif //============================================================================= @@ -37,7 +35,7 @@ module com { module sun { module star { module ucb { //============================================================================= -/** A network error specifing a connection failure. +/** A network error specifying a connection failure. */ published exception InteractiveNetworkConnectException: InteractiveNetworkException { |