From ad88d5116ba7326e6bf71f6081398c2114db9c99 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 28 Nov 2011 21:51:18 +0100 Subject: offapi: remove obsolete MaxChildrenException.idl --- offapi/UnoApi_offapi.mk | 1 - offapi/com/sun/star/awt/MaxChildrenException.idl | 27 ------------------------ 2 files changed, 28 deletions(-) delete mode 100644 offapi/com/sun/star/awt/MaxChildrenException.idl (limited to 'offapi') 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 - -//============================================================================= - -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 -- cgit