diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 08:21:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 08:21:40 +0000 |
commit | 9f0661fe4f66c9cd025f197b92455cfbdead30e8 (patch) | |
tree | cdf559dfe128f4b75b5eed1f2271f5652c1702c2 /vcl/win/inc/salprn.h | |
parent | 1c6c5ce9da9d8f3a49b15d1562231cc441d7736b (diff) |
INTEGRATION: CWS vcl34 (1.2.298); FILE MERGED
2004/12/23 07:03:15 dv 1.2.298.1: #110536# Added GetDuplexMode()
Diffstat (limited to 'vcl/win/inc/salprn.h')
-rw-r--r-- | vcl/win/inc/salprn.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/win/inc/salprn.h b/vcl/win/inc/salprn.h index 11577a10a640..41bece53d44a 100644 --- a/vcl/win/inc/salprn.h +++ b/vcl/win/inc/salprn.h @@ -2,9 +2,9 @@ * * $RCSfile: salprn.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2003-11-18 14:49:31 $ + * last change: $Author: rt $ $Date: 2005-01-31 09:21:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,6 +144,7 @@ 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 ); }; // ----------------- |