summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/container/NoSuchElementException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/container/NoSuchElementException.idl')
-rw-r--r--udkapi/com/sun/star/container/NoSuchElementException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/container/NoSuchElementException.idl b/udkapi/com/sun/star/container/NoSuchElementException.idl
index 8b5f82a86ce3..b8a0c9ae042d 100644
--- a/udkapi/com/sun/star/container/NoSuchElementException.idl
+++ b/udkapi/com/sun/star/container/NoSuchElementException.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module container {
-//=============================================================================
/** is thrown by child access methods of collections, if the addressed child
does not exist.
@@ -37,7 +35,6 @@ published exception NoSuchElementException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };