summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-12 11:19:33 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-12 11:19:33 +0000
commit660c07d46457f88d4b49567765d13bdaa4258b7f (patch)
tree6d30243e15c9596f210da7a8dc681132ab1c4686 /vcl/source/gdi/print.cxx
parent0a03d42bdbdbf2c026a3f764d904f8b9a38d5a1d (diff)
INTEGRATION: CWS vclfinal01 (1.46.80); FILE MERGED
2005/04/07 10:22:07 ssa 1.46.80.1: #i46093# merge fix made for i21775 from PP4 branch
Diffstat (limited to 'vcl/source/gdi/print.cxx')
-rw-r--r--vcl/source/gdi/print.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index 9bed05029f67..cffb57f52e03 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: print.cxx,v $
*
- * $Revision: 1.46 $
+ * $Revision: 1.47 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 09:18:44 $
+ * last change: $Author: obo $ $Date: 2005-04-12 12:19:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1083,7 +1083,6 @@ void Printer::ImplFindPaperFormatForUserSize( JobSetup& aJobSetup )
nPaperWidth,
nPaperHeight ) )
{
- pSetupData->meOrientation = ORIENTATION_PORTRAIT;
pSetupData->mePaperFormat = ImplGetPaperFormat( rPaperInfo.m_nPaperWidth*100,
rPaperInfo.m_nPaperHeight*100 );
break;
@@ -1106,7 +1105,6 @@ void Printer::ImplFindPaperFormatForUserSize( JobSetup& aJobSetup )
nPaperHeight,
nPaperWidth ))
{
- pSetupData->meOrientation = ORIENTATION_LANDSCAPE;
pSetupData->mePaperFormat = ImplGetPaperFormat( rPaperInfo.m_nPaperWidth*100,
rPaperInfo.m_nPaperHeight*100 );
break;