diff options
author | Niklas Nebel <nn@openoffice.org> | 2002-06-07 09:31:09 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2002-06-07 09:31:09 +0000 |
commit | c01bccd543268dc2924dce49aa5fe663bc64fc85 (patch) | |
tree | 492995b32d91314d7115b5b2efeffdf4f99c6232 /sc | |
parent | b0b8cde46eda22a1913b27b95d780a6dae88d37a (diff) |
#99018# set MapMode before drawing headers
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/printfun.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/view/printfun.cxx b/sc/source/ui/view/printfun.cxx index ce106524b3b2..588e5516b24d 100644 --- a/sc/source/ui/view/printfun.cxx +++ b/sc/source/ui/view/printfun.cxx @@ -2,9 +2,9 @@ * * $RCSfile: printfun.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: nn $ $Date: 2002-05-30 18:39:34 $ + * last change: $Author: nn $ $Date: 2002-06-07 10:31:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2234,6 +2234,7 @@ void ScPrintFunc::PrintPage( long nPageNo, USHORT nX1, USHORT nY1, USHORT nX2, U { pDev->SetLineColor( aGridColor ); pDev->SetFillColor(); + pDev->SetMapMode(aOffsetMode); } ScPatternAttr aPattern( pDoc->GetPool() ); |