summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XCellRangeReferrer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XCellRangeReferrer.idl')
-rw-r--r--offapi/com/sun/star/sheet/XCellRangeReferrer.idl13
1 files changed, 8 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XCellRangeReferrer.idl b/offapi/com/sun/star/sheet/XCellRangeReferrer.idl
index ccd34fe611c6..4375a1d367eb 100644
--- a/offapi/com/sun/star/sheet/XCellRangeReferrer.idl
+++ b/offapi/com/sun/star/sheet/XCellRangeReferrer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCellRangeReferrer.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:46 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,9 +79,9 @@
// DocMerge from xml: interface com::sun::star::sheet::XCellRangeReferrer
/** allows direct access to the cells in a named range or
to the cells which are visible in a view, without the need to get the
- document object first.@see service com::sun::star::sheet::NamedRange
- @see service com::sun::star::sheet::DatabaseRange
- @see service com::sun::star::sheet::SpreadsheetViewPane
+ document object first.@see com::sun::star::sheet::NamedRange
+ @see com::sun::star::sheet::DatabaseRange
+ @see com::sun::star::sheet::SpreadsheetViewPane
*/
[ uik(E2281503-33D6-11D1-AABE00A0-249D5590), ident( "XCellRangeReferrer", 1.0 ) ]
interface XCellRangeReferrer: com::sun::star::uno::XInterface
@@ -102,6 +102,9 @@ interface XCellRangeReferrer: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:46 mi
+ moved from api
+
Revision 1.2 2000/10/09 14:24:58 mi
#78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)