From 223eac2d666263b127a7e774fd74352581a9209f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 26 Mar 2019 12:09:03 +0000 Subject: rhbz#1691287 tdf#53029 ui prompt for printer authentication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor and reuse existing dialog to add potential domain entry Change-Id: Ib884931f8ccc62aad9b3e92ecf93d1da7ffe607b Reviewed-on: https://gerrit.libreoffice.org/69739 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/inc/printerinfomanager.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vcl/inc/printerinfomanager.hxx') diff --git a/vcl/inc/printerinfomanager.hxx b/vcl/inc/printerinfomanager.hxx index 95aebae3d1b8..825e1c11d81e 100644 --- a/vcl/inc/printerinfomanager.hxx +++ b/vcl/inc/printerinfomanager.hxx @@ -53,6 +53,8 @@ struct PrinterInfo : JobData // a list of special features separated by ',' not used by psprint // but assigned from the outside (currently for "fax","pdf=","autoqueue","external_dialog") OUString m_aFeatures; + // auth-info-required, potential [domain],[username],[password] to prompt for to authenticate printing + OUString m_aAuthInfoRequired; PrinterSetupMode meSetupMode; PrinterInfo() -- cgit