typo: beause -> because

This commit is contained in:
Thomas Arnhold 2014-04-11 09:27:14 +02:00
parent 41e381e410
commit d2f24e3a31
2 changed files with 2 additions and 2 deletions

View File

@ -422,7 +422,7 @@ void SbiInstance::PrepareNumberFormatter( SvNumberFormatter*& rpNumberFormatter,
// the formatter's standard templates have only got a two-digit date
// -> registering an own format
// HACK, beause the numberformatter doesn't swap the place holders
// HACK, because the numberformatter doesn't swap the place holders
// for month, day and year according to the system setting.
// Problem: Print Year(Date) under engl. BS
// also have a look at: basic/source/sbx/sbxdate.cxx

View File

@ -1142,7 +1142,7 @@ lcl_InsertLabel(SwDoc & rDoc, SwTxtFmtColls *const pTxtFmtCollTbl,
bool bTable = false; // To save some code.
// Get the field first, beause we retrieve the TxtColl via the field's name
// Get the field first, because we retrieve the TxtColl via the field's name
OSL_ENSURE( nId == USHRT_MAX || nId < rDoc.GetFldTypes()->size(),
"FldType index out of bounds." );
SwFieldType *pType = (nId != USHRT_MAX) ? (*rDoc.GetFldTypes())[nId] : NULL;