Fix typos
Change-Id: If28e198b8e1a26660e07dce49db66a651de43d3f Reviewed-on: https://gerrit.libreoffice.org/38850 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
08c1acee80
commit
b9ec99ba26
@@ -821,7 +821,7 @@ void RecovDocList::InitEntry(SvTreeListEntry* pEntry,
|
||||
SvLBoxButtonKind eButtonKind)
|
||||
{
|
||||
SvTabListBox::InitEntry(pEntry, rText, rImage1, rImage2, eButtonKind);
|
||||
DBG_ASSERT( TabCount() == 2, "*RecovDocList::InitEntry(): structure missmatch" );
|
||||
DBG_ASSERT( TabCount() == 2, "*RecovDocList::InitEntry(): structure mismatch" );
|
||||
|
||||
SvLBoxString& rCol = static_cast<SvLBoxString&>(pEntry->GetItem(2));
|
||||
pEntry->ReplaceItem(o3tl::make_unique<RecovDocListEntry>(rCol.GetText()), 2);
|
||||
|
@@ -139,7 +139,7 @@ bool sw_frmitems_parseXMLBorder( const OUString& rValue,
|
||||
}
|
||||
else
|
||||
{
|
||||
// missformed
|
||||
// misformed
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
@@ -462,7 +462,7 @@ sal_Int32 SAL_CALL
|
||||
FileProvider::getFileProviderLocality( const OUString& BaseURL )
|
||||
{
|
||||
// If the base URL is a 'file' URL, return 10 (very 'local'), otherwise
|
||||
// return -1 (missmatch). What is missing is a fast comparison to ASCII,
|
||||
// return -1 (mismatch). What is missing is a fast comparison to ASCII,
|
||||
// ignoring case:
|
||||
return BaseURL.getLength() >= 5
|
||||
&& (BaseURL[0] == 'F' || BaseURL[0] == 'f')
|
||||
|
@@ -631,7 +631,7 @@ void PdfExportTest::testTdf99680()
|
||||
// and ensure their amount is equal
|
||||
size_t nSaveCount = std::count(pStart, pEnd, 'q');
|
||||
size_t nRestoreCount = std::count(pStart, pEnd, 'Q');
|
||||
CPPUNIT_ASSERT_EQUAL_MESSAGE("Save/restore graphic state operators count mistmatch!", nSaveCount, nRestoreCount);
|
||||
CPPUNIT_ASSERT_EQUAL_MESSAGE("Save/restore graphic state operators count mismatch!", nSaveCount, nRestoreCount);
|
||||
}
|
||||
|
||||
void PdfExportTest::testTdf99680_2()
|
||||
@@ -670,7 +670,7 @@ void PdfExportTest::testTdf99680_2()
|
||||
// and ensure their amount is equal
|
||||
size_t nSaveCount = std::count(pStart, pEnd, 'q');
|
||||
size_t nRestoreCount = std::count(pStart, pEnd, 'Q');
|
||||
CPPUNIT_ASSERT_EQUAL_MESSAGE("Save/restore graphic state operators count mistmatch!", nSaveCount, nRestoreCount);
|
||||
CPPUNIT_ASSERT_EQUAL_MESSAGE("Save/restore graphic state operators count mismatch!", nSaveCount, nRestoreCount);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -216,7 +216,7 @@ bool XMLBorderHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, co
|
||||
}
|
||||
else
|
||||
{
|
||||
// missformed
|
||||
// misformed
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user