summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/MaxChildrenException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/MaxChildrenException.idl')
-rw-r--r--offapi/com/sun/star/awt/MaxChildrenException.idl27
1 files changed, 0 insertions, 27 deletions
diff --git a/offapi/com/sun/star/awt/MaxChildrenException.idl b/offapi/com/sun/star/awt/MaxChildrenException.idl
deleted file mode 100644
index 54bedbfb27a1..000000000000
--- a/offapi/com/sun/star/awt/MaxChildrenException.idl
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef __com_sun_star_awt_MaxChildrenException_idl__
-#define __com_sun_star_awt_MaxChildrenException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
-
-//=============================================================================
-
-module com { module sun { module star { module awt {
-
-//=============================================================================
-
-/** This exception is thrown when adding a child to a container that is full.
-
- @see XLayoutContainer
- @see com::sun::star::awt::XLayoutContainer::addChild
-
- @since OOo 3.0
- */
-exception MaxChildrenException: com::sun::star::uno::Exception
-{
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif