summaryrefslogtreecommitdiff
path: root/vcl/os2
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-08-05 15:46:46 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-08-05 15:46:46 +0000
commit712176f85a73d77d7cfef92350ebfaa3d30ef79f (patch)
tree8c689fa68a5909434f1965b30dd45aa70ec1c865 /vcl/os2
parent4bcda09aeec59e01797f96a163f408b642491a46 (diff)
get rid of old cruft
Diffstat (limited to 'vcl/os2')
-rw-r--r--vcl/os2/inc/salprn.h4
-rw-r--r--vcl/os2/source/gdi/salprn.cxx4
2 files changed, 6 insertions, 2 deletions
diff --git a/vcl/os2/inc/salprn.h b/vcl/os2/inc/salprn.h
index bddb29f61442..2c95965bc609 100644
--- a/vcl/os2/inc/salprn.h
+++ b/vcl/os2/inc/salprn.h
@@ -135,7 +135,9 @@ public:
virtual BOOL StartJob( const XubString* pFileName,
const XubString& rJobName,
const XubString& rAppName,
- ULONG nCopies, BOOL bCollate,
+ ULONG nCopies,
+ bool bCollate,
+ bool bDirect,
ImplJobSetup* pSetupData );
virtual BOOL EndJob();
virtual BOOL AbortJob();
diff --git a/vcl/os2/source/gdi/salprn.cxx b/vcl/os2/source/gdi/salprn.cxx
index b8207ed317f2..a31a4bb779f8 100644
--- a/vcl/os2/source/gdi/salprn.cxx
+++ b/vcl/os2/source/gdi/salprn.cxx
@@ -1559,7 +1559,9 @@ Os2SalPrinter::~Os2SalPrinter()
BOOL Os2SalPrinter::StartJob( const XubString* pFileName,
const XubString& rJobName,
const XubString& rAppName,
- ULONG nCopies, BOOL bCollate,
+ ULONG nCopies,
+ bool bCollate,
+ bool bDirect,
ImplJobSetup* pSetupData )
{
DEVOPENSTRUC aDevOpenStruc;