diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-09 23:09:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 08:30:30 +0100 |
commit | e6323214830895d1c76ec44ee53990bf577fbda2 (patch) | |
tree | 84b2fd569d4297b6547ea74cffb0b0c19bcd5691 /vcl/inc | |
parent | 18915452d17d6a0ca431eb07b6f5b9f1deb1e6af (diff) |
endSpool return value is effectively success flag, not job ID
Change-Id: I5b96eeff80ca29f0f8f24ee6da7a2ca76cbb05ce
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/cupsmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/cupsmgr.hxx b/vcl/inc/cupsmgr.hxx index a5f8a84debdc..08711a33e0c7 100644 --- a/vcl/inc/cupsmgr.hxx +++ b/vcl/inc/cupsmgr.hxx @@ -77,7 +77,7 @@ public: const char* authenticateUser( const char* ); virtual FILE* startSpool( const OUString& rPrinterName, bool bQuickCommand ); - virtual int 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 ); virtual void setupJobContextData( JobData& rData ); /// changes the info about a named printer |