offapi: remove obsolete MaxChildrenException.idl

This commit is contained in:
Michael Stahl 2011-11-28 21:51:18 +01:00
parent 59e2988230
commit ad88d5116b
2 changed files with 0 additions and 28 deletions

View file

@ -1675,7 +1675,6 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/awt,\
KeyModifier \
KeyStroke \
LineEndFormat \
MaxChildrenException \
MenuEvent \
MenuItemStyle \
MenuItemType \

View file

@ -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