summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2002-11-29 15:46:09 +0000
committerBjörn Milcke <bm@openoffice.org>2002-11-29 15:46:09 +0000
commit162cf24aa8821509263da8d0146b6648f5a6ce8d (patch)
treee193b591c8f3496fc79a5f05dabbb7b02dd87991 /offapi
parent#105668# add missing files (diff)
downloadcore-162cf24aa8821509263da8d0146b6648f5a6ce8d.tar.gz
core-162cf24aa8821509263da8d0146b6648f5a6ce8d.zip
#96976# comment on SaveLinkedDocumentContent changed
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/DocumentSettings.idl12
1 files changed, 7 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/DocumentSettings.idl b/offapi/com/sun/star/text/DocumentSettings.idl
index cdcdf8ac30d6..b10a5c1ce8da 100644
--- a/offapi/com/sun/star/text/DocumentSettings.idl
+++ b/offapi/com/sun/star/text/DocumentSettings.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentSettings.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: bm $ $Date: 2002-11-29 14:42:58 $
+ * last change: $Author: bm $ $Date: 2002-11-29 16:46:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,12 +118,14 @@ service DocumentSettings
*/
[optional, property] boolean AlignTabStopPosition;
- // Note: This name is not really correct: It should be something
- // like SaveLinkedDocumentContent (and should ideally be in a
- // service for "global documents")
// ------------------------------------------------------------
/** specifies if the contents of links in the global document
are saved or not.
+
+ <p>This property applies only for master documents.</p>
+
+ <p><em>Note</em>: This name is a bit misleading, it should be
+ something like <code>SaveLinkedDocumentContent</code>.</p>
*/
[optional, property] boolean SaveGlobalDocumentLinks;
};