Related to fdo#60724: correct spelling

Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml

Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
This commit is contained in:
Thomas Arnhold
2013-03-03 17:11:39 +01:00
parent ecf0040337
commit f5ca04caca
346 changed files with 488 additions and 488 deletions

View File

@@ -184,7 +184,7 @@ void BigInt::AddLong( BigInt& rB, BigInt& rErg )
k = 0;
rErg.nNum[i] = (sal_uInt16)(nZ & 0xffffL);
}
// If an overflow occured, add to solution
// If an overflow occurred, add to solution
if (nZ & 0xff0000L) // or if(k)
{
rErg.nNum[i] = 1;

View File

@@ -1870,7 +1870,7 @@ rtl::OUString SimpleResMgr::ReadString( sal_uInt32 nId )
// sal_uIntPtr nLen = pResHeader->GetLocalOff() - sizeof(RSHEADER_TYPE);
ResMgr::GetString( sReturn, (const sal_uInt8*)(pResHeader+1) );
// not neccessary with te current implementation which holds the string table permanently, but to be sure ....
// not necessary with te current implementation which holds the string table permanently, but to be sure ....
// note: pFallback cannot be NULL here and is either the fallback or m_pResImpl
InternalResMgr::FreeGlobalRes( pResHeader, pResHandle );
if( m_pResImpl != pFallback )