summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-11-12 08:21:43 +0000
committerNiklas Nebel <nn@openoffice.org>2002-11-12 08:21:43 +0000
commitffdcf740120060e4b6d638b79ecc3d5f863f92ad (patch)
tree7bb38b0c3a93c7a137b682d88c9f1494d3960d36 /sc/source/ui/view/output.cxx
parentcc6dfb7e056eee4de875565ced2573b470c886e2 (diff)
#104494# use protection hidden flags also from outside the shown area
Diffstat (limited to 'sc/source/ui/view/output.cxx')
-rw-r--r--sc/source/ui/view/output.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx
index bc69689a0573..76f9a63df19a 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.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: nn $ $Date: 2002-10-15 17:23:40 $
+ * last change: $Author: nn $ $Date: 2002-11-12 09:21:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -253,6 +253,8 @@ ScOutputData::ScOutputData( OutputDevice* pNewDev, ScOutputType eNewType,
nScrH = 0;
for (USHORT nArrY=1; nArrY+1<nArrCount; nArrY++)
nScrH += pRowInfo[nArrY].nHeight;
+
+ bTabProtected = pDoc->IsTabProtected( nTab );
}
ScOutputData::~ScOutputData()