summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/FootnoteNumbering.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/FootnoteNumbering.idl')
-rw-r--r--offapi/com/sun/star/text/FootnoteNumbering.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/FootnoteNumbering.idl b/offapi/com/sun/star/text/FootnoteNumbering.idl
index 532a4a557c89..40ca95b6d2ae 100644
--- a/offapi/com/sun/star/text/FootnoteNumbering.idl
+++ b/offapi/com/sun/star/text/FootnoteNumbering.idl
@@ -20,25 +20,21 @@
#define __com_sun_star_text_FootnoteNumbering_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from idl: constants com::sun::star::text::FootnoteNumbering
/** These constants are used to specify the footnote numbering.
*/
published constants FootnoteNumbering
{
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::FootnoteNumbering::PER_PAGE
/** The counter of the automatic footnote numbering restarts each page.
*/
const short PER_PAGE = 0;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::FootnoteNumbering::PER_CHAPTER
/** The counter of the automatic footnote numbering restarts each
@@ -46,7 +42,6 @@ published constants FootnoteNumbering
*/
const short PER_CHAPTER = 1;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::FootnoteNumbering::PER_DOCUMENT
/** The counter of the automatic footnote numbering does not restart.
@@ -55,7 +50,6 @@ published constants FootnoteNumbering
};
-//=============================================================================
}; }; }; };