summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/MaxChildrenException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/MaxChildrenException.idl')
-rw-r--r--offapi/com/sun/star/awt/MaxChildrenException.idl20
1 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/awt/MaxChildrenException.idl b/offapi/com/sun/star/awt/MaxChildrenException.idl
index a73ddb2f5233..3fb7d9073aae 100644
--- a/offapi/com/sun/star/awt/MaxChildrenException.idl
+++ b/offapi/com/sun/star/awt/MaxChildrenException.idl
@@ -1,16 +1,16 @@
-#ifndef __com_sun_star_awt_MaxChildrenException_idl__
-#define __com_sun_star_awt_MaxChildrenException_idl__
+#ifndef __com_sun_star_awt_MaxChildrenException_idl__
+#define __com_sun_star_awt_MaxChildrenException_idl__
#ifndef __com_sun_star_uno_Exception_idl__
#include <com/sun/star/uno/Exception.idl>
#endif
-//=============================================================================
+//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
-
+//=============================================================================
+
/** This exception is thrown when adding a child to a container that is full.
@see XLayoutContainer
@@ -19,11 +19,11 @@ module com { module sun { module star { module awt {
@since OOo 3.0
*/
exception MaxChildrenException: com::sun::star::uno::Exception
-{
-};
-
-//=============================================================================
-
+{
+};
+
+//=============================================================================
+
}; }; }; };
#endif