summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:40:16 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:40:16 +0000
commit08ac53d9c78bc5812bbf69aea80839e5f37f943f (patch)
treed2629b784d658769c1cb639db9ec64fc9bb7d3c2 /offapi/com/sun/star/form
parentd19d1f3dc4df2ba270a9a131fee0fcdf0fe05795 (diff)
INTEGRATION: CWS sdk10 (1.7.244); FILE MERGED
2004/02/10 15:40:25 mi 1.7.244.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi/com/sun/star/form')
-rw-r--r--offapi/com/sun/star/form/component/GridControl.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/component/GridControl.idl b/offapi/com/sun/star/form/component/GridControl.idl
index b851d254877f..24ac81fb56c2 100644
--- a/offapi/com/sun/star/form/component/GridControl.idl
+++ b/offapi/com/sun/star/form/component/GridControl.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GridControl.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:54:08 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:40:16 $
*
* 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_form_component_GridControl_idl__
#define __com_sun_star_form_component_GridControl_idl__
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
#ifndef __com_sun_star_form_FormControlModel_idl__
#include <com/sun/star/form/FormControlModel.idl>
#endif
@@ -218,7 +222,7 @@ service GridControl
/** specifies the text color (RGB) of the control.
*/
- [property] long TextColor;
+ [property] com::sun::star::util::Color TextColor;
};