summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/CellRange.idl
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-04-30 10:05:13 +0000
committerThomas Lange <tl@openoffice.org>2002-04-30 10:05:13 +0000
commit8f4d39a95d4b00de3f25d222b8be52058dec77ae (patch)
tree5a287f3770853d10a4539135f9053a29854ed678 /offapi/com/sun/star/text/CellRange.idl
parent#99011# UNO_SHARE/USER_PACAKGES_CACHE is now interpreted by the javavm service (diff)
downloadcore-8f4d39a95d4b00de3f25d222b8be52058dec77ae.tar.gz
core-8f4d39a95d4b00de3f25d222b8be52058dec77ae.zip
#98958# sheet::XCellRangeData added as optional interface
Diffstat (limited to 'offapi/com/sun/star/text/CellRange.idl')
-rw-r--r--offapi/com/sun/star/text/CellRange.idl9
1 files changed, 7 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/CellRange.idl b/offapi/com/sun/star/text/CellRange.idl
index 91cd195ce3a0..e14b887727c7 100644
--- a/offapi/com/sun/star/text/CellRange.idl
+++ b/offapi/com/sun/star/text/CellRange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellRange.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mtg $ $Date: 2001-09-25 17:06:31 $
+ * last change: $Author: tl $ $Date: 2002-04-30 11:05:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,6 +81,9 @@
#ifndef __com_sun_star_style_CharacterProperties_idl__
#include <com/sun/star/style/CharacterProperties.idl>
#endif
+#ifndef __com_sun_star_sheet_XCellRangeData_idl__
+#include <com/sun/star/sheet/XCellRangeData.idl>
+#endif
//=============================================================================
@@ -102,6 +105,8 @@ service CellRange
service com::sun::star::style::ParagraphProperties;
interface com::sun::star::table::XCellRange;
+
+ [optional] interface com::sun::star::sheet::XCellRangeData;
};
//=============================================================================