summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:14:19 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commit4bb43e1612ea3737fe53bb28ac830810b0a6a028 (patch)
treebd4949cc9c236626941b7995fb390a7090db37b9 /offapi/com/sun/star/view
parentea71a05840f53158f669182c6e93de9f8348bbe5 (diff)
*api: replace <member>Foo</member>
These member variables need a # prefix. sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g" Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
Diffstat (limited to 'offapi/com/sun/star/view')
-rw-r--r--offapi/com/sun/star/view/PrintOptions.idl2
-rw-r--r--offapi/com/sun/star/view/PrinterDescriptor.idl4
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/view/PrintOptions.idl b/offapi/com/sun/star/view/PrintOptions.idl
index b74a6a544472..d24f4230e4d6 100644
--- a/offapi/com/sun/star/view/PrintOptions.idl
+++ b/offapi/com/sun/star/view/PrintOptions.idl
@@ -46,7 +46,7 @@ published service PrintOptions
/** advises the printer to sort the pages of the copies.
@deprecated
- Use <member>Collate</member> instead.
+ Use #Collate instead.
*/
[property] boolean Sort;
diff --git a/offapi/com/sun/star/view/PrinterDescriptor.idl b/offapi/com/sun/star/view/PrinterDescriptor.idl
index 5520d8412c2e..c09ed1710b53 100644
--- a/offapi/com/sun/star/view/PrinterDescriptor.idl
+++ b/offapi/com/sun/star/view/PrinterDescriptor.idl
@@ -53,14 +53,14 @@ published service PrinterDescriptor
is a user-defined size.
<p>Setting this property may change the value of
- <member>PrinterDescriptor</member>PaperSize</member.</p>
+ #PrinterDescriptorPaperSize</member.</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
- <member>PrinterDescriptor</member>PaperFormat</member.</p>
+ #PrinterDescriptorPaperFormat</member.</p>
*/
[property] com::sun::star::awt::Size PaperSize;