Kaydet (Commit) ad88d511 authored tarafından Michael Stahl's avatar Michael Stahl

offapi: remove obsolete MaxChildrenException.idl

üst 59e29882
......@@ -1675,7 +1675,6 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/awt,\
KeyModifier \
KeyStroke \
LineEndFormat \
MaxChildrenException \
MenuEvent \
MenuItemStyle \
MenuItemType \
......
#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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment