summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-30 02:22:35 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-30 19:32:02 +0100
commitc3669e680f8c557965945fa975ee0283706a15a8 (patch)
treeca363d72bc6a48215c50f16916a2f4ad6580c3c3 /sc
parentb75bf09a5b905a3ed9c251869983a400c70c7fc6 (diff)
adapt comment to correct code
Change-Id: I669036358773b0e9583d7d0b8130ca947d89fae9
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/attarray.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}
}