summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XSheetCellRange.idl
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
commitcb052b66e6e945ae51f93baf28a53c9a5ad07d2e (patch)
treea8ea17ad9c564e34d8a1b91012fa4e5962353af3 /offapi/com/sun/star/sheet/XSheetCellRange.idl
parent2503ca170abbf7dc9faebe97369b8a67d9423cea (diff)
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'offapi/com/sun/star/sheet/XSheetCellRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSheetCellRange.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XSheetCellRange.idl b/offapi/com/sun/star/sheet/XSheetCellRange.idl
index de95fe546c2a..fdb7c0f8644f 100644
--- a/offapi/com/sun/star/sheet/XSheetCellRange.idl
+++ b/offapi/com/sun/star/sheet/XSheetCellRange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSheetCellRange.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:12 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,6 @@ interface XSpreadsheet;
// DocMerge from xml: interface com::sun::star::sheet::XSheetCellRange
/** represents a cell range in a sheet.@see com::sun::star::sheet::SheetCellRange
*/
-[ uik(E2281501-33D6-11D1-AABE00A0-249D5590), ident( "XSheetCellRange", 1.0 ) ]
interface XSheetCellRange: com::sun::star::table::XCellRange
{
//-------------------------------------------------------------------------
@@ -91,7 +90,7 @@ interface XSheetCellRange: com::sun::star::table::XCellRange
@see com::sun::star::sheet::SheetCellRange
@see com::sun::star::sheet::SheetCellRanges
*/
- [const] XSpreadsheet getSpreadsheet();
+ XSpreadsheet getSpreadsheet();
};
@@ -102,6 +101,9 @@ interface XSheetCellRange: com::sun::star::table::XCellRange
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/21 08:35:12 mi
+ @see interface/service/... ident -> @see ident - for new docu generator
+
Revision 1.3 2000/11/08 12:43:47 mi
moved from api