diff options
-rw-r--r-- | offapi/com/sun/star/view/PrinterDescriptor.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/view/PrinterDescriptor.idl b/offapi/com/sun/star/view/PrinterDescriptor.idl index 0d184df4948b..f9fa733e62d6 100644 --- a/offapi/com/sun/star/view/PrinterDescriptor.idl +++ b/offapi/com/sun/star/view/PrinterDescriptor.idl @@ -54,14 +54,14 @@ published service PrinterDescriptor is a user-defined size. <p>Setting this property may change the value of - #PrinterDescriptorPaperSize.</p> + #PrinterDescriptor::PaperSize.</p> */ [property] com::sun::star::view::PaperFormat PaperFormat; /** specifies the size of the paper in 100th mm. <p>Setting this property may change the value of - #PrinterDescriptorPaperFormat.</p> + #PrinterDescriptor::PaperFormat.</p> */ [property] com::sun::star::awt::Size PaperSize; |