From c3669e680f8c557965945fa975ee0283706a15a8 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 30 Jan 2013 02:22:35 +0100 Subject: adapt comment to correct code Change-Id: I669036358773b0e9583d7d0b8130ca947d89fae9 --- sc/source/core/data/attarray.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/core/data/attarray.cxx b/sc/source/core/data/attarray.cxx index 8059b178790a..f11eefa2e82b 100644 --- a/sc/source/core/data/attarray.cxx +++ b/sc/source/core/data/attarray.cxx @@ -1286,7 +1286,7 @@ bool ScAttrArray::HasAttrib( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const // well it is not true that we found one // but existing one + cell where conditional // formatting does not remove it - // => we have a protected cell + // => we should use the existing protection settting bFoundCond = bFoundTemp; } } -- cgit