summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/DocumentStatistic.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/DocumentStatistic.idl')
-rw-r--r--offapi/com/sun/star/text/DocumentStatistic.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/text/DocumentStatistic.idl b/offapi/com/sun/star/text/DocumentStatistic.idl
index 263a1ef91544..1106192472c5 100644
--- a/offapi/com/sun/star/text/DocumentStatistic.idl
+++ b/offapi/com/sun/star/text/DocumentStatistic.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_text_DocumentStatistic_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from idl: constants com::sun::star::text::DocumentStatistic
/** These constants are used to specify the type of a document statistic
@@ -32,25 +30,21 @@
*/
published constants DocumentStatistic
{
- //-------------------------------------------------------------------------
// The text field displays the number of pages of the document.
// DocMerge: empty anyway
const short PAGES = 0;
- //-------------------------------------------------------------------------
// The text field displays the number of paragraphs of the document.
// DocMerge: empty anyway
const short PARAS = 1;
- //-------------------------------------------------------------------------
// The text field words the number of paragraphs of the document.
// DocMerge: empty anyway
const short WORDS = 2;
- //-------------------------------------------------------------------------
// The text field characters the number of paragraphs of the document.
// DocMerge: empty anyway
@@ -58,7 +52,6 @@ published constants DocumentStatistic
};
-//=============================================================================
}; }; }; };