summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/sheet/XSpreadsheet.idl8
-rw-r--r--offapi/com/sun/star/sheet/XSpreadsheetDocument.idl6
2 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/XSpreadsheet.idl b/offapi/com/sun/star/sheet/XSpreadsheet.idl
index 8325dec5272d..7fc27f1831de 100644
--- a/offapi/com/sun/star/sheet/XSpreadsheet.idl
+++ b/offapi/com/sun/star/sheet/XSpreadsheet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSpreadsheet.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:08:28 $
+ * last change: $Author: obo $ $Date: 2004-06-03 23:17:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,13 +72,13 @@ module com { module sun { module star { module sheet {
//=============================================================================
-interface XSheetCellCursor;
+ published interface XSheetCellCursor;
//=============================================================================
/** provides methods to create a cell range cursor.
*/
-interface XSpreadsheet: com::sun::star::sheet::XSheetCellRange
+published interface XSpreadsheet: com::sun::star::sheet::XSheetCellRange
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl b/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
index 44cb5c1361ed..4d148c81195e 100644
--- a/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
+++ b/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSpreadsheetDocument.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:08:28 $
+ * last change: $Author: obo $ $Date: 2004-06-03 23:17:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::SpreadsheetDocument
*/
-interface XSpreadsheetDocument: com::sun::star::uno::XInterface
+published interface XSpreadsheetDocument: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------