Kaydet (Commit) b0904a26 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS draw12 (1.6.40); FILE MERGED

2003/05/16 11:34:15 thb 1.6.40.1: #109058# Disable output, as we only want to record a metafile
üst 0ebedaf9
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: docprev.cxx,v $ * $RCSfile: docprev.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: hr $ $Date: 2003-03-27 10:57:41 $ * last change: $Author: vg $ $Date: 2003-05-26 09:08:20 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -362,6 +362,10 @@ void SdDocPreviewWin::updateViewSettings() ...@@ -362,6 +362,10 @@ void SdDocPreviewWin::updateViewSettings()
const MapMode aMap( pDoc->GetScaleUnit(), Point(), aFrac, aFrac ); const MapMode aMap( pDoc->GetScaleUnit(), Point(), aFrac, aFrac );
aVDev.SetMapMode( aMap ); aVDev.SetMapMode( aMap );
// #109058# Disable output, as we only want to record a metafile
aVDev.EnableOutput( FALSE );
pMtf->Record( &aVDev ); pMtf->Record( &aVDev );
SdDrawView* pView = new SdDrawView(pDocShell, this, NULL); SdDrawView* pView = new SdDrawView(pDocShell, this, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment