summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/PageStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/PageStyle.idl')
-rw-r--r--offapi/com/sun/star/style/PageStyle.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/style/PageStyle.idl b/offapi/com/sun/star/style/PageStyle.idl
index 334ade410ff6..7a0a17487225 100644
--- a/offapi/com/sun/star/style/PageStyle.idl
+++ b/offapi/com/sun/star/style/PageStyle.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/style/PageProperties.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** contributes common properties of page styles.
@@ -37,19 +35,16 @@ module com { module sun { module star { module style {
*/
published service PageStyle
{
- //-------------------------------------------------------------------------
/** provides common functionality for styles.
*/
service com::sun::star::style::Style;
- //-------------------------------------------------------------------------
/** gives access to the pages properties.
*/
service com::sun::star::style::PageProperties;
};
-//=============================================================================
}; }; }; };