Update ooo320-m1
[ooovba.git] / offapi / com / sun / star / awt / MaxChildrenException.idl
blob3fb7d9073aaef9a532a01d6e02d4cd3cb748a1eb
1 #ifndef __com_sun_star_awt_MaxChildrenException_idl__
2 #define __com_sun_star_awt_MaxChildrenException_idl__
4 #ifndef __com_sun_star_uno_Exception_idl__
5 #include <com/sun/star/uno/Exception.idl>
6 #endif
8 //=============================================================================
10 module com { module sun { module star { module awt {
12 //=============================================================================
14 /** This exception is thrown when adding a child to a container that is full.
16 @see XLayoutContainer
17 @see com::sun::star::awt::XLayoutContainer::addChild
19 @since OOo 3.0
21 exception MaxChildrenException: com::sun::star::uno::Exception
23 };
25 //=============================================================================
27 }; }; }; };
29 #endif