summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/GenericTextDocument.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 22:09:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 22:09:34 +0000
commitcb2b21e119cb345a53048afbd29d3d168c9e778f (patch)
treea17e3b8231806b783b62d165f040e8775e70d8c0 /offapi/com/sun/star/text/GenericTextDocument.idl
parentad29c1f241cbb9bb1b76a673ac18fd2a7aa07e71 (diff)
INTEGRATION: CWS os43 (1.4.60); FILE MERGED
2004/11/19 13:31:55 tl 1.4.60.1: #i36687# some IDL doumentation fixed
Diffstat (limited to 'offapi/com/sun/star/text/GenericTextDocument.idl')
-rw-r--r--offapi/com/sun/star/text/GenericTextDocument.idl9
1 files changed, 2 insertions, 7 deletions
diff --git a/offapi/com/sun/star/text/GenericTextDocument.idl b/offapi/com/sun/star/text/GenericTextDocument.idl
index 175fcd4e6a06..637118a5cc56 100644
--- a/offapi/com/sun/star/text/GenericTextDocument.idl
+++ b/offapi/com/sun/star/text/GenericTextDocument.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GenericTextDocument.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-09-09 16:38:04 $
+ * last change: $Author: hr $ $Date: 2004-11-26 23:09:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -219,14 +219,12 @@ published service GenericTextDocument
[optional] interface com::sun::star::util::XNumberFormatsSupplier;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::CharLocale
/** contains the identifier of the default locale of the document.
*/
[optional, property] com::sun::star::lang::Locale CharLocale;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::CharacterCount
/** contains the count of all characters in the document.
*/
[optional, readonly, property] long CharacterCount;
@@ -234,21 +232,18 @@ published service GenericTextDocument
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::ParagraphCount
/** contains the count of all paragraphs in the document.
*/
[optional, readonly, property] long ParagraphCount;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::WordCount
/** contains the count of all words in the document.@see WordSeparator
*/
[optional, readonly, property] long WordCount;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::WordSeparator
/** contains a string that consists of characters that mark the
separation of words in counting the words in a document.