[Libreoffice-commits] core.git: offapi/com
Pierre-Eric Pelloux-Prayer
pierre-eric at lanedo.com
Wed Jul 17 01:58:49 PDT 2013
offapi/com/sun/star/view/PrintOptions.idl | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 4e0656ac0bc5be3306ad016a1a494577ad2ef8b8
Author: Pierre-Eric Pelloux-Prayer <pierre-eric at lanedo.com>
Date: Thu Jul 11 17:22:09 2013 +0200
Add PrintName to PrintOptions.idl
Change-Id: If023204f44a4b1180ea747686356c2a8a7aaf288
Reviewed-on: https://gerrit.libreoffice.org/4859
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/offapi/com/sun/star/view/PrintOptions.idl b/offapi/com/sun/star/view/PrintOptions.idl
index d24f4230..f08054b 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;
};
More information about the Libreoffice-commits
mailing list