summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-05-09 18:14:24 +0000
committerNiklas Nebel <nn@openoffice.org>2001-05-09 18:14:24 +0000
commitabe137da0ad0220caaa6cfd7a91e7b3d346619b5 (patch)
tree0bd5c4b1c1975ec57b75cd2cf6f8dd61d9be763b /sc/source/ui/view/output.cxx
parent488d4f604a0b3aa9fc8532b1044704aebcb3e24b (diff)
initialize pFmtDevice
Diffstat (limited to 'sc/source/ui/view/output.cxx')
-rw-r--r--sc/source/ui/view/output.cxx7
1 files changed, 4 insertions, 3 deletions
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 ),