diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-08-20 08:07:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-08-20 08:07:07 +0200 |
commit | 2d95a1bfd6e0adff791d9e381f0ec37470312522 (patch) | |
tree | 6bafe2f54da1b6dd7d409e36057a23b63abe76c3 | |
parent | 2f328ab300175c38ae51025469c1e85b3caf62cd (diff) |
Fix idl
Change-Id: I10a67d3087205e81633a35e30b7648c4a14ac2f9
-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; |