summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2018-11-09 22:05:20 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2018-11-10 22:04:11 +0100
commit41b09c0ed154aed0caf325a1ab0b7f7ffa688a35 (patch)
tree0da97461d3c28914f9a69659fd7ba9de7ae78279
parent50a3b871c7d02d50a812ce9d532bcdbceef1f33d (diff)
Fix typo in comment
Change-Id: I4a3614461740bc921ef99d71e2d057f5a17a75a9
-rw-r--r--sw/source/core/fields/cellfml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/fields/cellfml.cxx b/sw/source/core/fields/cellfml.cxx
index 72ac817d2341..290cb0543941 100644
--- a/sw/source/core/fields/cellfml.cxx
+++ b/sw/source/core/fields/cellfml.cxx
@@ -1060,7 +1060,7 @@ void SwTableFormula::SplitMergeBoxNm_( const SwTable& rTable, OUStringBuffer& rN
const sal_Int32 nLastBoxLen = pTableNmBox->getLength();
const sal_Int32 nSeparator = pTableNmBox->indexOf('.');
if ( nSeparator>=0 &&
- // If there are dots in the name, than these appear in pairs (e.g. A1.1.1)!
+ // If there are dots in the name, then these appear in pairs (e.g. A1.1.1)!
(comphelper::string::getTokenCount(*pTableNmBox, '.') - 1) & 1 )
{
sTableNm = pTableNmBox->copy( 0, nSeparator );