From a35d77dd4a6fd29dce5b9611a3bb45f4ed34e383 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 22:17:18 +0000 Subject: INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:33 sb 1.6.406.1: #i21150# Added published flag. --- offapi/com/sun/star/sheet/XSpreadsheet.idl | 8 ++++---- offapi/com/sun/star/sheet/XSpreadsheetDocument.idl | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'offapi/com/sun/star/sheet') 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 { //------------------------------------------------------------------------- -- cgit