reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java | 2 +- reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportTarget.java | 2 +- reportdesign/qa/complex/reportdesign/ReportDesignerTest.java | 2 +- reportdesign/source/ui/report/dlgedfunc.cxx | 2 +- sal/osl/unx/process.cxx | 2 +- sal/qa/rtl/ostring/rtl_str.cxx | 2 +- sal/qa/rtl/oustring/rtl_ustr.cxx | 2 +- sal/qa/rtl/random/rtl_random.cxx | 4 ++-- sc/qa/unit/ucalc.cxx | 2 +- sc/source/filter/oox/pivottablebuffer.cxx | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-)
New commits: commit 76532719505a3d9b495911ce7f86b8cda8412a00 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Aug 15 14:19:08 2018 +0200 Commit: Jens Carl <j.car...@gmx.de> CommitDate: Wed Aug 15 19:04:41 2018 +0200 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.car...@gmx.de> diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java index 3f23ab3b4f63..0a3f23c6986e 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java @@ -614,7 +614,7 @@ public abstract class OfficeDocumentReportTarget extends AbstractReportTarget } case OfficeDocumentReportTarget.STATE_IN_GROUP_BODY: { - // We now expect either an other group or a detail band. + // We now expect either another group or a detail band. if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "group", attrs)) { diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportTarget.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportTarget.java index 469e5ef48268..96add59a59b6 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportTarget.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportTarget.java @@ -99,7 +99,7 @@ public class TextRawReportTarget extends OfficeDocumentReportTarget private static final int DETAIL_SECTION_FIRST_STARTED = 1; // The first detail section has been printed. private static final int DETAIL_SECTION_FIRST_PRINTED = 2; - // An other detail section has started + // Another detail section has started private static final int DETAIL_SECTION_OTHER_STARTED = 3; // The other detail section has been printed. private static final int DETAIL_SECTION_OTHER_PRINTED = 4; diff --git a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java index 7b86d15cc1f4..fef462031b69 100644 --- a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java +++ b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java @@ -382,7 +382,7 @@ public class ReportDesignerTest aOverwrite.Value = Boolean.TRUE; aPropertyList.add(aOverwrite); - // store the document in an other directory + // store the document in another directory XStorable aStorable = UnoRuntime.queryInterface(XStorable.class, _xComponent); if (aStorable != null) { diff --git a/reportdesign/source/ui/report/dlgedfunc.cxx b/reportdesign/source/ui/report/dlgedfunc.cxx index 2d07356bb356..8226116cb32c 100644 --- a/reportdesign/source/ui/report/dlgedfunc.cxx +++ b/reportdesign/source/ui/report/dlgedfunc.cxx @@ -499,7 +499,7 @@ void DlgEdFunc::checkMovementAllowed(const MouseEvent& rMEvt) { if ( isRectangleHit(rMEvt) ) { - // there is an other component under use, break action + // there is another component under use, break action m_pParent->getSectionWindow()->getViewsWindow()->BrkAction(); } // object was dragged diff --git a/sal/osl/unx/process.cxx b/sal/osl/unx/process.cxx index d3c1e096d8a8..d52452cd5e38 100644 --- a/sal/osl/unx/process.cxx +++ b/sal/osl/unx/process.cxx @@ -303,7 +303,7 @@ static void ChildStatusProc(void *pData) SAL_WARN("sal.osl", "Failed to wait for child process, errno=" << errno << " (" << strerror(errno) << ")"); /* - We got an other error than EINTR. Anyway we have to wake up the + We got another error than EINTR. Anyway we have to wake up the waiting thread under any circumstances */ child_pid = pid; diff --git a/sal/qa/rtl/ostring/rtl_str.cxx b/sal/qa/rtl/ostring/rtl_str.cxx index 80c49b5deac8..94b741caae32 100644 --- a/sal/qa/rtl/ostring/rtl_str.cxx +++ b/sal/qa/rtl/ostring/rtl_str.cxx @@ -261,7 +261,7 @@ namespace rtl_str rtl::OString aStr1 = "Line for a hashCode."; sal_Int32 nHashCode1 = rtl_str_hashCode( aStr1.getStr() ); - rtl::OString aStr2 = "Line for an other hashcode."; + rtl::OString aStr2 = "Line for another hashcode."; sal_Int32 nHashCode2 = rtl_str_hashCode( aStr2.getStr() ); CPPUNIT_ASSERT_MESSAGE("hashcodes must differ.", nHashCode1 != nHashCode2 ); diff --git a/sal/qa/rtl/oustring/rtl_ustr.cxx b/sal/qa/rtl/oustring/rtl_ustr.cxx index 138bad1e8912..0b533a363b53 100644 --- a/sal/qa/rtl/oustring/rtl_ustr.cxx +++ b/sal/qa/rtl/oustring/rtl_ustr.cxx @@ -275,7 +275,7 @@ namespace rtl_ustr // rtl::OString aStr1 = "Line for a hashCode."; // sal_Int32 nHashCode1 = rtl_ustr_hashCode( aStr1.getStr() ); // -// rtl::OString aStr2 = "Line for an other hashcode."; +// rtl::OString aStr2 = "Line for another hashcode."; // sal_Int32 nHashCode2 = rtl_ustr_hashCode( aStr2.getStr() ); // // CPPUNIT_ASSERT_MESSAGE("hashcodes must differ.", nHashCode1 != nHashCode2 ); diff --git a/sal/qa/rtl/random/rtl_random.cxx b/sal/qa/rtl/random/rtl_random.cxx index 1193126d8c2d..1e0eb625d5f5 100644 --- a/sal/qa/rtl/random/rtl_random.cxx +++ b/sal/qa/rtl/random/rtl_random.cxx @@ -44,7 +44,7 @@ public: rtlRandomPool aPool = rtl_random_createPool(); - // LLA: seems to be that an other test is not possible for createPool() + // LLA: seems to be that another test is not possible for createPool() CPPUNIT_ASSERT_MESSAGE("create failed", aPool != nullptr); rtl_random_destroyPool(aPool); @@ -73,7 +73,7 @@ public: { rtlRandomPool aPool = rtl_random_createPool(); - // LLA: seems to be that an other test is not possible for createPool() + // LLA: seems to be that another test is not possible for createPool() CPPUNIT_ASSERT_MESSAGE("create failed", aPool != nullptr); rtl_random_destroyPool(aPool); 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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits