From 474216d924da6f9dc3d336fcff9a662386577d21 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 18 Mar 2005 13:16:30 +0000 Subject: INTEGRATION: CWS tbe21 (1.9.122); FILE MERGED 2005/02/28 16:29:11 tbe 1.9.122.1: #i42907# missing control properties in xml im-/export for dialogs --- offapi/com/sun/star/awt/UnoControlListBoxModel.idl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl index 5d969c2667d8..3cb0f7072ba4 100644 --- a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl +++ b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl @@ -2,9 +2,9 @@ * * $RCSfile: UnoControlListBoxModel.idl,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2004-09-09 15:46:26 $ + * last change: $Author: kz $ $Date: 2005-03-18 14:16:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,10 @@ #ifndef __com_sun_star_awt_UnoControlListBoxModel_idl__ #define __com_sun_star_awt_UnoControlListBoxModel_idl__ +#ifndef __com_sun_star_awt_FontDescriptor_idl__ +#include +#endif + #ifndef __com_sun_star_awt_UnoControlModel_idl__ #include #endif @@ -69,10 +73,6 @@ #include #endif -#ifndef __com_sun_star_awt_FontDescriptor_idl__ -#include -#endif - //============================================================================= @@ -88,7 +88,7 @@ published service UnoControlListBoxModel //------------------------------------------------------------------------- - /** specifies the alignment of the text in the control. + /** specifies the horiztontal alignment of the text in the control.
         0: left
-- 
cgit