From 2d95a1bfd6e0adff791d9e381f0ec37470312522 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 20 Aug 2013 08:07:07 +0200 Subject: Fix idl Change-Id: I10a67d3087205e81633a35e30b7648c4a14ac2f9 --- offapi/com/sun/star/view/PrinterDescriptor.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi') 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.

Setting this property may change the value of - #PrinterDescriptorPaperSize.

+ #PrinterDescriptor::PaperSize.

*/ [property] com::sun::star::view::PaperFormat PaperFormat; /** specifies the size of the paper in 100th mm.

Setting this property may change the value of - #PrinterDescriptorPaperFormat.

+ #PrinterDescriptor::PaperFormat.

*/ [property] com::sun::star::awt::Size PaperSize; -- cgit