summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview5.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 16:24:06 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 16:24:06 +0000
commitb6a3879caaf5abcf8df584613f508f8ceb5d58b9 (patch)
treea104e12bb0629d1264d8fdd874f66fc1c40c5e8a /sc/source/ui/view/tabview5.cxx
parent89561acf67075e2e3b2554e0feae5eac6df5dc5f (diff)
INTEGRATION: CWS notesapi (1.15.72); FILE MERGED
2004/11/08 17:58:13 sab 1.15.72.1: #118213#, #i36871#; introduce new hidden layer
Diffstat (limited to 'sc/source/ui/view/tabview5.cxx')
-rw-r--r--sc/source/ui/view/tabview5.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index 73607d6631fa..3565b91af588 100644
--- a/sc/source/ui/view/tabview5.cxx
+++ b/sc/source/ui/view/tabview5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabview5.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: kz $ $Date: 2004-08-02 10:15:29 $
+ * last change: $Author: kz $ $Date: 2005-01-13 17:24:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -390,6 +390,12 @@ void ScTabView::UpdateLayerLocks()
pLayer = rAdmin.GetLayerPerID(SC_LAYER_CONTROLS);
if (pLayer)
pDrawView->SetLayerLocked( pLayer->GetName(), bProt );
+ pLayer = rAdmin.GetLayerPerID(SC_LAYER_HIDDEN);
+ if (pLayer)
+ {
+ pDrawView->SetLayerLocked( pLayer->GetName(), bProt );
+ pDrawView->SetLayerVisible( pLayer->GetName(), sal_False);
+ }
}
}