From abe137da0ad0220caaa6cfd7a91e7b3d346619b5 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Wed, 9 May 2001 18:14:24 +0000 Subject: initialize pFmtDevice --- sc/source/ui/view/output.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/view/output.cxx') diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx index ec2598983828..ef51da241c6c 100644 --- a/sc/source/ui/view/output.cxx +++ b/sc/source/ui/view/output.cxx @@ -2,9 +2,9 @@ * * $RCSfile: output.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:09 $ + * last change: $Author: nn $ $Date: 2001-05-09 19:14:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -191,7 +191,8 @@ ScOutputData::ScOutputData( OutputDevice* pNewDev, ScOutputType eNewType, double nPixelPerTwipsX, double nPixelPerTwipsY, const Fraction* pZoomX, const Fraction* pZoomY ) : pDev( pNewDev ), - pRefDevice( pNewDev ), // Default: Ausgabe-Device + pRefDevice( pNewDev ), // default is output device + pFmtDevice( pNewDev ), // default is output device eType( eNewType ), pRowInfo( pNewRowInfo ), nArrCount( nNewCount ), -- cgit