summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com>2013-07-11 17:22:09 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-07-17 08:58:25 +0000
commit4e0656ac0bc5be3306ad016a1a494577ad2ef8b8 (patch)
treec43e08a47dadcd5aed346e70ac44e8e7c6a70ede /offapi/com/sun/star/view
parent788fa63351c00bce83b485fa1725e36a57336ab3 (diff)
Add PrintName to PrintOptions.idl
Change-Id: If023204f44a4b1180ea747686356c2a8a7aaf288 Reviewed-on: https://gerrit.libreoffice.org/4859 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi/com/sun/star/view')
-rw-r--r--offapi/com/sun/star/view/PrintOptions.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/view/PrintOptions.idl b/offapi/com/sun/star/view/PrintOptions.idl
index d24f4230e4d6..f08054b9d593 100644
--- a/offapi/com/sun/star/view/PrintOptions.idl
+++ b/offapi/com/sun/star/view/PrintOptions.idl
@@ -72,6 +72,10 @@ published service PrintOptions
@see DuplexMode for more information about supported values
*/
[optional, property] short DuplexMode;
+
+ /** if set, specifies name of the printer to use.
+ */
+ [optional, property] string PrinterName;
};