summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:38:05 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:38:05 +0000
commit1fdd6fb5ced56ca5fdbac2141d4658743f50b18c (patch)
tree55250bd88859e670a04c53e2643872222fd590c1
parentbea73cb9edf10a7b40d3aa9c8f9adccc91f38582 (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.idl14
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 7d9c602e7..c7aa169d3 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 );
//-------------------------------------------------------------------------