summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/PrintOptions.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/PrintOptions.idl')
-rw-r--r--offapi/com/sun/star/view/PrintOptions.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/view/PrintOptions.idl b/offapi/com/sun/star/view/PrintOptions.idl
index 95702132c11a..b74a6a544472 100644
--- a/offapi/com/sun/star/view/PrintOptions.idl
+++ b/offapi/com/sun/star/view/PrintOptions.idl
@@ -57,7 +57,7 @@ published service PrintOptions
*/
[property] string Pages;
- /** if set to TRUE, the corresponding <type>XPrintable</type>.print() request will
+ /** if set to TRUE, the corresponding XPrintable.print() request will
be executed synchronous.
<p>Default is the asynchronous print mode.</p>
@@ -69,7 +69,7 @@ published service PrintOptions
/** determines the duplex mode for the print job.
- @see <type>DuplexMode</type> for more information about supported values
+ @see DuplexMode for more information about supported values
*/
[optional, property] short DuplexMode;
};