summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XLayoutFlowContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XLayoutFlowContainer.idl')
-rw-r--r--offapi/com/sun/star/awt/XLayoutFlowContainer.idl28
1 files changed, 14 insertions, 14 deletions
diff --git a/offapi/com/sun/star/awt/XLayoutFlowContainer.idl b/offapi/com/sun/star/awt/XLayoutFlowContainer.idl
index 45685964d488..d8ae47751201 100644
--- a/offapi/com/sun/star/awt/XLayoutFlowContainer.idl
+++ b/offapi/com/sun/star/awt/XLayoutFlowContainer.idl
@@ -1,14 +1,14 @@
-#ifndef __com_sun_star_awt_XLayoutUnit_idl__
-#define __com_sun_star_awt_XLayoutUnit_idl__
-
-#include <com/sun/star/awt/XLayoutContainer.idl>
-
-//=============================================================================
+#ifndef __com_sun_star_awt_XLayoutUnit_idl__
+#define __com_sun_star_awt_XLayoutUnit_idl__
+#include <com/sun/star/awt/XLayoutContainer.idl>
+
+//=============================================================================
+
module com { module sun { module star { module awt {
-
-//=============================================================================
-
+
+//=============================================================================
+
/** Responsible to evaluate size damages and force a re-calculation. Containers
should let it know of state changes that may affects their size.
All children of a top-level window should share the same object.
@@ -19,9 +19,9 @@ interface XLayoutContainer
{
void queueResize( [in] com::sun::star::awt::XLayoutContainer Container );
};
-
-//=============================================================================
-
+
+//=============================================================================
+
}; }; }; };
-
-#endif
+
+#endif