diff options
Diffstat (limited to 'offapi/com/sun/star/awt/XTextLayoutConstrains.idl')
-rw-r--r-- | offapi/com/sun/star/awt/XTextLayoutConstrains.idl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/XTextLayoutConstrains.idl b/offapi/com/sun/star/awt/XTextLayoutConstrains.idl index 8e86f615c..b3e53362e 100644 --- a/offapi/com/sun/star/awt/XTextLayoutConstrains.idl +++ b/offapi/com/sun/star/awt/XTextLayoutConstrains.idl @@ -27,13 +27,9 @@ #ifndef __com_sun_star_awt_XTextLayoutConstrains_idl__ #define __com_sun_star_awt_XTextLayoutConstrains_idl__ -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif -#ifndef __com_sun_star_awt_Size_idl__ #include <com/sun/star/awt/Size.idl> -#endif //============================================================================= @@ -42,7 +38,7 @@ //============================================================================= -/** specifies the layout contstraints for a text field. +/** specifies the layout constraints for a text field. */ published interface XTextLayoutConstrains: com::sun::star::uno::XInterface { |