summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:41:49 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:41:49 +0000
commit4582f3e8b823aefb61e42ee08fc4891e631a798c (patch)
treec2fe013e5e2fbdb6727e9af135b27de757e20cd6 /offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
parent5051d7b44fae2cc13146f5811694ce0d4ea6e3ad (diff)
INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED
2004/02/10 15:40:45 mi 1.5.322.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl')
-rw-r--r--offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
index 2544d44c5cb6..cc4f446e481a 100644
--- a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
+++ b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SpreadsheetViewSettings.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:08:02 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:41:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,10 @@
#include <com/sun/star/beans/XPropertySet.idl>
#endif
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module sheet {
@@ -147,7 +151,7 @@ service SpreadsheetViewSettings
/** specifies the color in which the cell grid is
displayed.
*/
- [property] long GridColor;
+ [property] com::sun::star::util::Color GridColor;
//-------------------------------------------------------------------------