diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-12 13:47:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-12 13:47:34 +0100 |
commit | 74b4e5ebbfd232e4d8862abfe9bd5ce777713da1 (patch) | |
tree | 868ff6da2bf4695c3594a440761a2c659cf497f5 /vcl/win | |
parent | a10e04170d045ceb24fe9323b1b6e44544a3d893 (diff) |
Blind Windows fix attempt
Change-Id: If4f83dfa0b2977f404715b7a95a73cbcdfc4f5df
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/gdi/salprn.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/gdi/salprn.cxx b/vcl/win/gdi/salprn.cxx index 174a1a327bfa..0a81d110e998 100644 --- a/vcl/win/gdi/salprn.cxx +++ b/vcl/win/gdi/salprn.cxx @@ -1445,7 +1445,7 @@ static int lcl_StartDocW( HDC hDC, DOCINFOW* pInfo, WinSalPrinter* pPrt ) bool WinSalPrinter::StartJob( const OUString* pFileName, const OUString& rJobName, const OUString&, - sal_uLong nCopies, + sal_uInt32 nCopies, bool bCollate, bool /*bDirect*/, ImplJobSetup* pSetupData ) |