INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED

2004/02/10 15:39:44 mi 1.5.322.1: #i18677# color/long -> Color
This commit is contained in:
Kurt Zenker 2004-05-19 09:35:31 +00:00
parent d9c9214b75
commit bb0cf1e966

View file

@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlListBoxModel.idl,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: mi $ $Date: 2002-10-03 13:00:50 $
* last change: $Author: kz $ $Date: 2004-05-19 10:35:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -65,6 +65,10 @@
#include <com/sun/star/awt/UnoControlModel.idl>
#endif
#ifndef __com_sun_star_util_Color_idl__
#include <com/sun/star/util/Color.idl>
#endif
#ifndef __com_sun_star_awt_FontDescriptor_idl__
#include <com/sun/star/awt/FontDescriptor.idl>
#endif
@ -86,7 +90,7 @@ service UnoControlListBoxModel
/** specifies the background color (RGB) of the control.
*/
[property] long BackgroundColor;
[property] com::sun::star::util::Color BackgroundColor;
//-------------------------------------------------------------------------
@ -190,13 +194,13 @@ service UnoControlListBoxModel
/** specifies the text color (RGB) of the control.
*/
[property] long TextColor;
[property] com::sun::star::util::Color TextColor;
//-------------------------------------------------------------------------
/** specifies the text line color (RGB) of the control.
*/
[property] long TextLineColor;
[property] com::sun::star::util::Color TextLineColor;
};