summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/view/RenderDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/RenderDescriptor.idl')
-rw-r--r--offapi/com/sun/star/view/RenderDescriptor.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/view/RenderDescriptor.idl b/offapi/com/sun/star/view/RenderDescriptor.idl
index cf262fa21921..ec35bee8abc3 100644
--- a/offapi/com/sun/star/view/RenderDescriptor.idl
+++ b/offapi/com/sun/star/view/RenderDescriptor.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/awt/Size.idl>
-//=============================================================================
module com { module sun { module star { module view {
-//=============================================================================
/** describes the options for Render jobs.
@@ -33,7 +31,6 @@ module com { module sun { module star { module view {
*/
published service RenderDescriptor
{
- //-------------------------------------------------------------------------
/** specifies the page size for the current renderer. The unit of this page
size is 1/100th mm.
@@ -41,7 +38,6 @@ published service RenderDescriptor
[property] com::sun::star::awt::Size PageSize;
};
-//=============================================================================
}; }; }; };