diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/table6.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table6.cxx b/sc/source/core/data/table6.cxx index 50c5e5127403..d7dcc367117c 100644 --- a/sc/source/core/data/table6.cxx +++ b/sc/source/core/data/table6.cxx @@ -569,7 +569,7 @@ bool ScTable::ReplaceAll( else GetLastDataPos(nLastCol, nLastRow); - // tdf#92160 - columnular replace is faster, and more memory efficient. + // tdf#92160 - columnar replace is faster, and more memory efficient. SvxSearchItem aCopyItem(rSearchItem); aCopyItem.SetRowDirection(false); |