#92397#; service OfficeDocument added
This commit is contained in:
parent
4d39d6a303
commit
a212c3c9ec
1 changed files with 10 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: SpreadsheetDocument.idl,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: mi $ $Date: 2000-11-08 12:43:46 $
|
||||
* last change: $Author: sab $ $Date: 2001-09-28 10:34:00 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -101,6 +101,9 @@
|
|||
#include <com/sun/star/sheet/XAreaLinks.idl>
|
||||
#endif
|
||||
|
||||
#ifndef __com_sun_star_document_OfficeDocument_idl__
|
||||
#include <com/sun/star/document/OfficeDocument.idl>
|
||||
#endif
|
||||
|
||||
//=============================================================================
|
||||
|
||||
|
@ -129,6 +132,8 @@ service SpreadsheetDocument
|
|||
// DocMerge: empty anyway
|
||||
service com::sun::star::sheet::SpreadsheetDocumentSettings;
|
||||
|
||||
service com::sun::star::document::OfficeDocument;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
// DocMerge from xml: property com::sun::star::sheet::SpreadsheetDocument::NamedRanges
|
||||
|
@ -194,6 +199,9 @@ service SpreadsheetDocument
|
|||
/*=============================================================================
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.3 2000/11/08 12:43:46 mi
|
||||
moved from api
|
||||
|
||||
Revision 1.2 2000/10/10 09:02:36 mi
|
||||
#78530# SpreadsheetDocument exports XNumberFormatsSupplier instead of XNumberFormatter
|
||||
|
||||
|
|
Loading…
Reference in a new issue