diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-18 11:43:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-18 11:43:03 +0200 |
commit | 0761c148dd4579cec69eaeaace260f6bcec2dbed (patch) | |
tree | cc8d4048fbfb0af7747df6c09c2e2019ba601430 /vcl/inc/win/salprn.h | |
parent | 36ec485c70cfd952426bc072e40fb07a7ee1172a (diff) |
Revert "fix windows build"
This reverts commit 36ec485c70cfd952426bc072e40fb07a7ee1172a.
Diffstat (limited to 'vcl/inc/win/salprn.h')
-rw-r--r-- | vcl/inc/win/salprn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/salprn.h b/vcl/inc/win/salprn.h index 90c707735edd..1eed33ad8fb5 100644 --- a/vcl/inc/win/salprn.h +++ b/vcl/inc/win/salprn.h @@ -99,7 +99,7 @@ public: bool bCollate, bool bDirect, ImplJobSetup* pSetupData ) override; - virtual void EndJob() override; + virtual bool EndJob() override; virtual SalGraphics* StartPage( ImplJobSetup* pSetupData, bool bNewJobData ) override; virtual bool EndPage() override; virtual sal_uIntPtr GetErrorCode() override; |