diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-05 10:55:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-05 17:43:53 +0100 |
commit | 52bab68b384309d618b03373b247401c9bcfd3de (patch) | |
tree | 17facc8b34f71ddb2e687095d5b715142b7436ce /sc | |
parent | 4c82a3527df4687162bb2906ed5e78085c3516e9 (diff) |
Fix typos
Change-Id: If114b42912a98b85f1b64f87bdb1f64afd15c85e
Reviewed-on: https://gerrit.libreoffice.org/47457
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
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); |