summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-28 21:51:18 +0100
committerMichael Stahl <mstahl@redhat.com>2011-11-28 22:46:00 +0100
commitad88d5116ba7326e6bf71f6081398c2114db9c99 (patch)
treed391baed7314a6d32f5389ee2f04f6e4031c1c3f /offapi
parent59e298823019093ee788104c2e95cb0c7b145d05 (diff)
offapi: remove obsolete MaxChildrenException.idl
Diffstat (limited to 'offapi')
-rw-r--r--offapi/UnoApi_offapi.mk1
-rw-r--r--offapi/com/sun/star/awt/MaxChildrenException.idl27
2 files changed, 0 insertions, 28 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index f63ddd30d10c..66e594439951 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -1675,7 +1675,6 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/awt,\
KeyModifier \
KeyStroke \
LineEndFormat \
- MaxChildrenException \
MenuEvent \
MenuItemStyle \
MenuItemType \
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