From 4e0656ac0bc5be3306ad016a1a494577ad2ef8b8 Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Thu, 11 Jul 2013 17:22:09 +0200 Subject: Add PrintName to PrintOptions.idl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If023204f44a4b1180ea747686356c2a8a7aaf288 Reviewed-on: https://gerrit.libreoffice.org/4859 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- offapi/com/sun/star/view/PrintOptions.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'offapi/com') 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; }; -- cgit