diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 09:38:05 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 09:38:05 +0000 |
commit | 755c75eef17d9187f45d032731256ac1c01cb401 (patch) | |
tree | bbf9bbd59328f4579071b31d274c2e4e7296864f | |
parent | 41993b6f114971e316103a41db50d0400336a48b (diff) |
INTEGRATION: CWS sdk10 (1.9.166); FILE MERGED
2004/02/10 15:40:05 mi 1.9.166.1: #i18677# color/long -> Color
-rw-r--r-- | offapi/com/sun/star/awt/XVclWindowPeer.idl | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/XVclWindowPeer.idl b/offapi/com/sun/star/awt/XVclWindowPeer.idl index 77f4bcd365ae..00c564b20668 100644 --- a/offapi/com/sun/star/awt/XVclWindowPeer.idl +++ b/offapi/com/sun/star/awt/XVclWindowPeer.idl @@ -2,9 +2,9 @@ * * $RCSfile: XVclWindowPeer.idl,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: vg $ $Date: 2003-06-27 09:07:01 $ + * last change: $Author: kz $ $Date: 2004-05-19 10:38:05 $ * * 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/XWindowPeer.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 @@ -111,7 +115,7 @@ interface XVclWindowPeer: com::sun::star::awt::XWindowPeer /** sets the foreground color. */ - [oneway] void setForeground( [in] long Color ); + [oneway] void setForeground( [in] com::sun::star::util::Color Color ); //------------------------------------------------------------------------- @@ -126,8 +130,8 @@ interface XVclWindowPeer: com::sun::star::awt::XWindowPeer */ void getStyles( [in] short nType, [out] com::sun::star::awt::FontDescriptor Font, - [out] long ForegroundColor, - [out] long BackgroundColor ); + [out] com::sun::star::util::Color ForegroundColor, + [out] com::sun::star::util::Color BackgroundColor ); //------------------------------------------------------------------------- |