Kaydet (Commit) 76532719 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typo: s/an other/another/g

Change-Id: Iab3302d20fb9b0be4b97331709f83f818a46b2da
Reviewed-on: https://gerrit.libreoffice.org/59100
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 9aee1dd5
......@@ -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))
{
......
......@@ -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;
......
......@@ -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)
{
......
......@@ -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
......
......@@ -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;
......
......@@ -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 );
......
......@@ -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 );
......
......@@ -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);
......
......@@ -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");
......
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment