summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 22:17:18 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 22:17:18 +0000
commita35d77dd4a6fd29dce5b9611a3bb45f4ed34e383 (patch)
tree4c5636f71c31f2800556f34be6ea816453070827 /offapi/com/sun/star/sheet
parent59b7844514c24e9321ef2a3c06c1c474fa86e311 (diff)
INTEGRATION: CWS sb18 (1.6.406); FILE MERGED
2004/05/21 15:03:33 sb 1.6.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/sheet')
-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
{
//-------------------------------------------------------------------------