summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/PageNumberType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/PageNumberType.idl')
-rw-r--r--offapi/com/sun/star/text/PageNumberType.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/PageNumberType.idl b/offapi/com/sun/star/text/PageNumberType.idl
index 305acb9627a5..c65fb0437c30 100644
--- a/offapi/com/sun/star/text/PageNumberType.idl
+++ b/offapi/com/sun/star/text/PageNumberType.idl
@@ -20,29 +20,24 @@
#define __com_sun_star_text_PageNumberType_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::text::PageNumberType
/** determines which page number is displayed in a page number text field.
*/
published enum PageNumberType
{
- //-------------------------------------------------------------------------
/** The number of the previous page is displayed if there is any, otherwise the
field is empty.
*/
PREV,
- //-------------------------------------------------------------------------
/** The number of the current page is displayed.
*/
CURRENT,
- //-------------------------------------------------------------------------
/** The number of the next page is displayed if there is any, otherwise the
field is empty.
*/
@@ -50,7 +45,6 @@ published enum PageNumberType
};
-//=============================================================================
}; }; }; };