summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/colrowba.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-08-30 17:42:35 +0000
committerNiklas Nebel <nn@openoffice.org>2002-08-30 17:42:35 +0000
commit298575f26c9a3116d18645849b52f7a88d8eb6b2 (patch)
treeaa227c57ada9a66ee48478e03b3fbbdcb3dedc38 /sc/source/ui/view/colrowba.cxx
parent95b2a033c1fae093c182817ce2a618ee2778730a (diff)
#74215# allow locked modifiers in column/row headers
Diffstat (limited to 'sc/source/ui/view/colrowba.cxx')
-rw-r--r--sc/source/ui/view/colrowba.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/ui/view/colrowba.cxx b/sc/source/ui/view/colrowba.cxx
index a83e393b425d..b6cf0cf5dad4 100644
--- a/sc/source/ui/view/colrowba.cxx
+++ b/sc/source/ui/view/colrowba.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: colrowba.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: er $ $Date: 2001-07-11 16:08:14 $
+ * last change: $Author: nn $ $Date: 2002-08-30 18:42:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -208,7 +208,6 @@ void ScColBar::SetMarking( BOOL bSet )
pViewData->GetMarkData().SetMarking( bSet );
if (!bSet)
{
- pFuncSet->SetAnchorFlag(FALSE);
pViewData->GetView()->UpdateAutoFillMark();
}
}
@@ -369,7 +368,6 @@ void ScRowBar::SetMarking( BOOL bSet )
pViewData->GetMarkData().SetMarking( bSet );
if (!bSet)
{
- pFuncSet->SetAnchorFlag(FALSE);
pViewData->GetView()->UpdateAutoFillMark();
}
}