summaryrefslogtreecommitdiff
path: root/vcl/os2
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-05-28 16:46:25 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-05-28 16:46:25 +0000
commit599de0cf57cc354fbe9ac9b2ec7c3cebabcc90be (patch)
tree633324a7e94afdcdad45b28632c16ba9d8fd4ee9 /vcl/os2
parent9b32197487cc7993e021e4bd733685173cdae271 (diff)
#i96402# SetDuplexMode
Diffstat (limited to 'vcl/os2')
-rw-r--r--vcl/os2/inc/salprn.h1
-rw-r--r--vcl/os2/source/gdi/salprn.cxx7
2 files changed, 1 insertions, 7 deletions
diff --git a/vcl/os2/inc/salprn.h b/vcl/os2/inc/salprn.h
index 25ecfe87ed89..bddb29f61442 100644
--- a/vcl/os2/inc/salprn.h
+++ b/vcl/os2/inc/salprn.h
@@ -83,7 +83,6 @@ public:
virtual String GetPaperBinName( const ImplJobSetup* pSetupData, ULONG nPaperBin );
virtual void InitPaperFormats( const ImplJobSetup* pSetupData );
virtual int GetLandscapeAngle( const ImplJobSetup* pSetupData );
- virtual DuplexMode GetDuplexMode( const ImplJobSetup* pSetupData );
};
// ------------------
diff --git a/vcl/os2/source/gdi/salprn.cxx b/vcl/os2/source/gdi/salprn.cxx
index 0c254e2f6e62..b8207ed317f2 100644
--- a/vcl/os2/source/gdi/salprn.cxx
+++ b/vcl/os2/source/gdi/salprn.cxx
@@ -1831,9 +1831,4 @@ int Os2SalInfoPrinter::GetLandscapeAngle( const ImplJobSetup* pSetupData )
printf("Os2SalInfoPrinter::GetLandscapeAngle\n");
return 0;
}
-DuplexMode Os2SalInfoPrinter::GetDuplexMode( const ImplJobSetup* pSetupData )
-{
- DuplexMode nRet = DUPLEX_UNKNOWN;
- printf("Os2SalInfoPrinter::GetDuplexMode\n");
- return nRet;
-}
+