summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 11:41:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 11:41:18 +0000
commita0502234a3d8c59f19595ff9a5ee9db93223e837 (patch)
tree215b13747af5a59b45d75320ac55b3efbeadc2a5 /offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl
parent08c5b3c1d2794e98a58de760610bc7bac8ebd37b (diff)
INTEGRATION: CWS xmlfilter05 (1.12.28); FILE MERGED
2008/05/07 15:29:44 tbe 1.12.28.1: #i75812# API: update @since tags in IDL files for CWS xmlfilter02
Diffstat (limited to 'offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl')
-rw-r--r--offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl b/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl
index 0ab18cab5cd2..c95b6fd194b7 100644
--- a/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl
+++ b/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: SpreadsheetDocumentSettings.idl,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -206,7 +206,7 @@ published service SpreadsheetDocumentSettings
/** specifies whether the document data are already loaded.
- @since CWS xmlfilter02
+ @since OOo 3.0
*/
[optional, property] boolean IsLoaded;
@@ -214,7 +214,7 @@ published service SpreadsheetDocumentSettings
/** specifies whether the undo command is enabled.
- @since CWS xmlfilter02
+ @since OOo 3.0
*/
[optional, property] boolean IsUndoEnabled;
@@ -223,7 +223,7 @@ published service SpreadsheetDocumentSettings
/** specifies whether the automatic adjustment of the row height is
enabled.
- @since CWS xmlfilter02
+ @since OOo 3.0
*/
[optional, property] boolean IsAdjustHeightEnabled;
@@ -231,7 +231,7 @@ published service SpreadsheetDocumentSettings
/** specifies whether the automatic execution of links is enabled.
- @since CWS xmlfilter02
+ @since OOo 3.0
*/
[optional, property] boolean IsExecuteLinkEnabled;
@@ -239,7 +239,7 @@ published service SpreadsheetDocumentSettings
/** contains the reference device used for formatting the document.
- @since CWS xmlfilter02
+ @since OOo 3.0
*/
[readonly, optional, property] com::sun::star::awt::XDevice ReferenceDevice;