summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/CellRange.idl
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-10-08 10:07:04 +0000
committerThomas Lange <tl@openoffice.org>2002-10-08 10:07:04 +0000
commit854a6bcdc4c8496af56f354f528de229f48a7b56 (patch)
tree3885784e8e6c6e8cb4e52ffe09e8d07175de0d5e /offapi/com/sun/star/text/CellRange.idl
parent#103610# list of supported services updated. (diff)
downloadcore-854a6bcdc4c8496af56f354f528de229f48a7b56.tar.gz
core-854a6bcdc4c8496af56f354f528de229f48a7b56.zip
#103610# list of supported services updated.
Diffstat (limited to 'offapi/com/sun/star/text/CellRange.idl')
-rw-r--r--offapi/com/sun/star/text/CellRange.idl14
1 files changed, 12 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/CellRange.idl b/offapi/com/sun/star/text/CellRange.idl
index cb7e2453763f..8b76c3f4e2ca 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:03 $
+ * last change: $Author: tl $ $Date: 2002-10-08 11:02:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,6 +76,12 @@
#ifndef __com_sun_star_style_ParagraphProperties_idl__
#include <com/sun/star/style/ParagraphProperties.idl>
#endif
+#ifndef __com_sun_star_style_ParagraphPropertiesAsian_idl__
+#include <com/sun/star/style/ParagraphPropertiesAsian.idl>
+#endif
+#ifndef __com_sun_star_style_ParagraphPropertiesComplex_idl__
+#include <com/sun/star/style/ParagraphPropertiesComplex.idl>
+#endif
#ifndef __com_sun_star_style_CharacterPropertiesAsian_idl__
#include <com/sun/star/style/CharacterPropertiesAsian.idl>
#endif
@@ -111,6 +117,10 @@ service CellRange
service com::sun::star::style::ParagraphProperties;
+ service com::sun::star::style::ParagraphPropertiesAsian;
+
+ service com::sun::star::style::ParagraphPropertiesComplex;
+
interface com::sun::star::table::XCellRange;
[optional] interface com::sun::star::sheet::XCellRangeData;