diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-20 12:38:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-20 14:40:32 +0000 |
commit | ed6171632005cdaa987214e84f0ad8fd0dbdd2da (patch) | |
tree | 4266a1c4de853724cc2377cc4d53c52b5b44316a /include/vcl | |
parent | 872de529584cd001431a2090eca0f52eb0b16539 (diff) |
Resolves: #i49980# Autosense fax4cups devices and configure automatically
If there is a "Dial" ppd key then it's a fax device. If the Dial is set to
"Manually" then ignore that it's a fax device and don't prompt for a fax
number.
If we have a fax number, then set the jobname to the number given that
"printing will result in sending the fax to the number contained in the job
name"
Remove the weird and wonderful non-macosx-unix-only, non-pdf-print-backend,
text "scraping" of phone numbers out of the print out in the @@#PHONE@@ format.
Allow the phone entry dialog to accept multiple fax numbers separated by ;
Change-Id: Ie1d84b68584e82df15ceda5f32c7c75086b035c8
Related: rhbz#159153, #i49981#, #i49920#
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/printerinfomanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/printerinfomanager.hxx b/include/vcl/printerinfomanager.hxx index d35e1fb8e05d..6492f8cdaf23 100644 --- a/include/vcl/printerinfomanager.hxx +++ b/include/vcl/printerinfomanager.hxx @@ -193,7 +193,7 @@ public: // set bBanner to "false" will attempt to suppress banner printing // set bBanner to "true" will rely on the system default // returns true on success - virtual bool endSpool( const OUString& rPrinterName, const OUString& rJobTitle, FILE* pFile, const JobData& rDocumentJobData, bool bBanner ); + virtual bool endSpool( const OUString& rPrinterName, const OUString& rJobTitle, FILE* pFile, const JobData& rDocumentJobData, bool bBanner, const OUString &rFaxNumber ); // for spadmin: whether adding or removing a printer is possible virtual bool addOrRemovePossible() const; |