summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/graphhelp.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-06 09:47:59 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-06 09:47:59 +0000
commit86bc2d0a8e1e12d3e86cd8147dae20d9e74e14b5 (patch)
tree1923993b0884733efc89cb3033e38a81b56aa915 /sfx2/source/doc/graphhelp.cxx
parent93a51f619f4953442b7411420d722c01f0e29e3b (diff)
INTEGRATION: CWS fwk46 (1.6.84); FILE MERGED
2006/09/14 15:24:30 mav 1.6.84.1: #i64376# do the correct conversion
Diffstat (limited to 'sfx2/source/doc/graphhelp.cxx')
-rw-r--r--sfx2/source/doc/graphhelp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/doc/graphhelp.cxx b/sfx2/source/doc/graphhelp.cxx
index 5c6e22eb9da3..14ee898bf671 100644
--- a/sfx2/source/doc/graphhelp.cxx
+++ b/sfx2/source/doc/graphhelp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: graphhelp.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:41:30 $
+ * last change: $Author: kz $ $Date: 2006-10-06 10:47:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -206,8 +206,8 @@ void* GraphicHelper::getWinMetaFileFromGDI_Impl( const GDIMetaFile* pGDIMeta, co
else
{
Size aWinSize = OutputDevice::LogicToLogic( Size( aMetaSize.Width(), aMetaSize.Height() ),
- aWinMode,
- pGDIMeta->GetPrefMapMode() );
+ pGDIMeta->GetPrefMapMode(),
+ aWinMode );
pMF->xExt = aWinSize.Width();
pMF->yExt = aWinSize.Height();
}