INTEGRATION: CWS sdk10 (1.7.244); FILE MERGED
2004/02/10 15:40:35 mi 1.7.244.1: #i18677# color/long -> Color
This commit is contained in:
parent
4b1621304a
commit
0346f92058
1 changed files with 7 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: DataSettings.idl,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2003-03-26 13:54:58 $
|
||||
* last change: $Author: kz $ $Date: 2004-05-19 10:41:24 $
|
||||
*
|
||||
* 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/beans/XPropertySet.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
|
||||
|
@ -115,7 +119,7 @@ service DataSettings
|
|||
// DocMerge from xml: property com::sun::star::sdb::DataSettings::TextColor
|
||||
/** specifies the text color (RGB) for displaying text.
|
||||
*/
|
||||
[property] long TextColor;
|
||||
[property] com::sun::star::util::Color TextColor;
|
||||
};
|
||||
|
||||
//=============================================================================
|
||||
|
|
Loading…
Reference in a new issue