diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-26 12:09:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-27 09:57:19 +0100 |
commit | 223eac2d666263b127a7e774fd74352581a9209f (patch) | |
tree | 57c1bc2cba0e3729687de7333e6deb0df8ccf277 /vcl/inc/printerinfomanager.hxx | |
parent | e5aa36f4f1bb63d2ff621f701291cca391aa53a4 (diff) |
rhbz#1691287 tdf#53029 ui prompt for printer authentication
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 <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/printerinfomanager.hxx')
-rw-r--r-- | vcl/inc/printerinfomanager.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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() |