summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-12 13:47:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-12 13:47:34 +0100
commit74b4e5ebbfd232e4d8862abfe9bd5ce777713da1 (patch)
tree868ff6da2bf4695c3594a440761a2c659cf497f5 /vcl/inc
parenta10e04170d045ceb24fe9323b1b6e44544a3d893 (diff)
Blind Windows fix attempt
Change-Id: If4f83dfa0b2977f404715b7a95a73cbcdfc4f5df
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/win/salprn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/salprn.h b/vcl/inc/win/salprn.h
index 33795a4a6e57..87366800db9f 100644
--- a/vcl/inc/win/salprn.h
+++ b/vcl/inc/win/salprn.h
@@ -92,7 +92,7 @@ public:
virtual bool StartJob( const OUString* pFileName,
const OUString& rJobName,
const OUString& rAppName,
- sal_uIntPtr nCopies,
+ sal_uInt32 nCopies,
bool bCollate,
bool bDirect,
ImplJobSetup* pSetupData ) override;