diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-15 14:19:08 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-08-15 19:04:41 +0200 |
commit | 76532719505a3d9b495911ce7f86b8cda8412a00 (patch) | |
tree | bc6cd8b59cf136c5c521aa8dea9e3c5d1865f8fe /sc | |
parent | 9aee1dd5c7a4799fa02f0f64e6f733029c47a21a (diff) |
Fix typo: s/an other/another/g
Change-Id: Iab3302d20fb9b0be4b97331709f83f818a46b2da
Reviewed-on: https://gerrit.libreoffice.org/59100
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 | ||||
-rw-r--r-- | sc/source/filter/oox/pivottablebuffer.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 9605b9094cff..c35e28623c2c 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -1566,7 +1566,7 @@ void Test::testNamedRange() CPPUNIT_ASSERT_MESSAGE("wrong range name is retrieved with the copied instance.", aName.equalsAscii(aNames[i].mpName)); } - // Test using an other-sheet-local name, scope Sheet1. + // Test using another-sheet-local name, scope Sheet1. ScRangeData* pLocal1 = new ScRangeData( m_pDoc, "local1", ScAddress(0,0,0)); ScRangeData* pLocal2 = new ScRangeData( m_pDoc, "local2", "$Sheet1.$A$1"); ScRangeData* pLocal3 = new ScRangeData( m_pDoc, "local3", "Sheet1.$A$1"); diff --git a/sc/source/filter/oox/pivottablebuffer.cxx b/sc/source/filter/oox/pivottablebuffer.cxx index 80171ee8c7c4..ab9aeaeeba07 100644 --- a/sc/source/filter/oox/pivottablebuffer.cxx +++ b/sc/source/filter/oox/pivottablebuffer.cxx @@ -1292,7 +1292,7 @@ void PivotTable::finalizeFieldsImport() if (maFields.empty()) return; - /* Check whether group fields are already imported for an other table + /* Check whether group fields are already imported for another table sharing the same groups. */ ScDPObject* pDPObj = getDPObject(); const ScDocument& rDoc = getDocImport().getDoc(); |