summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/connection/NoConnectException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/connection/NoConnectException.idl')
-rw-r--r--udkapi/com/sun/star/connection/NoConnectException.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/connection/NoConnectException.idl b/udkapi/com/sun/star/connection/NoConnectException.idl
index 63044bdf353e..baa7e3da851f 100644
--- a/udkapi/com/sun/star/connection/NoConnectException.idl
+++ b/udkapi/com/sun/star/connection/NoConnectException.idl
@@ -16,9 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COM_SUN_STAR_CONNECTION_NOCONNECTEXCEPTION_IDL_
-#define _COM_SUN_STAR_CONNECTION_NOCONNECTEXCEPTION_IDL_
-#include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module connection {
@@ -31,6 +28,4 @@ published exception NoConnectException: com::sun::star::uno::Exception
};};};};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */