summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XLayoutFlow.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XLayoutFlow.idl')
-rw-r--r--offapi/com/sun/star/awt/XLayoutFlow.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XLayoutFlow.idl b/offapi/com/sun/star/awt/XLayoutFlow.idl
index 1ec260aeab83..fa67142524f8 100644
--- a/offapi/com/sun/star/awt/XLayoutFlow.idl
+++ b/offapi/com/sun/star/awt/XLayoutFlow.idl
@@ -9,7 +9,7 @@ module com { module sun { module star { module awt {
//=============================================================================
-/** Enables height-for-width layout negociations, which allows for label wrapping
+/** Enables height-for-width layout negotiations, which allows for label wrapping
and flow containers. Can be implemented by either a container or an ordinary widget;
whether its parent will honor it is another story, so keep implementing
getMinimumSize().
@@ -18,7 +18,7 @@ module com { module sun { module star { module awt {
*/
interface XLayoutFlow
{
- /** returns the prefered high this layout element would need for the given width. */
+ /** returns the preferred height this layout element would need for the given width. */
long getHeightForWidth( [in] long Width );
/** Allow the container/widget to toggle the functionality. */