summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/RenderOptions.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/RenderOptions.idl')
-rw-r--r--offapi/com/sun/star/view/RenderOptions.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/view/RenderOptions.idl b/offapi/com/sun/star/view/RenderOptions.idl
index aff0523d7e56..74731558416a 100644
--- a/offapi/com/sun/star/view/RenderOptions.idl
+++ b/offapi/com/sun/star/view/RenderOptions.idl
@@ -42,7 +42,7 @@ published service RenderOptions
<p>Hyperlinks, notes, and outlines cannot be exported on a per
page base. They have to be exported once *before* the first page
is exported. Therefore the IsFirstPage property has been introduced.
- It is evaluated in the ::render function and indicates that the
+ It is evaluated in the render function and indicates that the
current page is the first page to be exported.
</p>
@@ -54,7 +54,7 @@ published service RenderOptions
<p>Hyperlinks from the EditEngine have to be exported once *after*
the last page has been processed. Therefore the IsLastPage property
- has been introduced. It is evaluated in the ::render function and
+ has been introduced. It is evaluated in the render function and
indicates that the current page is the last page to be exported.
</p>
@@ -65,7 +65,7 @@ published service RenderOptions
/** specifies if empty pages should be skipped.
<p>Tells the PDF export to skip empty pages. This flag also has
- to be passed to the ::render function, in order to calculate to
+ to be passed to the render function, in order to calculate to
correct page numbers during the export of hyperlinks, notes, and
outlines.
</p>
@@ -77,7 +77,7 @@ published service RenderOptions
/** specifies the page ranges to be rendered.
<p>Tells the PDF export to skip empty pages. This flag also has
- to be passed to the ::render function, in order to calculate to
+ to be passed to the render function, in order to calculate to
correct page numbers during the export of hyperlinks, notes,
and outlines.
</p>