summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/PageStyleLayout.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/PageStyleLayout.idl')
-rw-r--r--offapi/com/sun/star/style/PageStyleLayout.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/style/PageStyleLayout.idl b/offapi/com/sun/star/style/PageStyleLayout.idl
index 83d2e40e39d0..6e0f6dadeec5 100644
--- a/offapi/com/sun/star/style/PageStyleLayout.idl
+++ b/offapi/com/sun/star/style/PageStyleLayout.idl
@@ -20,35 +20,29 @@
#ifndef __com_sun_star_style_PageStyleLayout_idl__
#define __com_sun_star_style_PageStyleLayout_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** specifies the pages for which a page layout is valid.
*/
published enum PageStyleLayout
{
- //-------------------------------------------------------------------------
/** The page style is identically used for left and right pages.
*/
ALL,
- //-------------------------------------------------------------------------
/** The page style is only used for left pages.
*/
LEFT,
- //-------------------------------------------------------------------------
/** The page style is only used for right pages.
*/
RIGHT,
- //-------------------------------------------------------------------------
/** The page style is used unchanged for left pages and mirrored for
right pages.
@@ -57,7 +51,6 @@ published enum PageStyleLayout
};
-//=============================================================================
}; }; }; };