Kaydet (Commit) d2f24e3a authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: beause -> because

üst 41e381e4
......@@ -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
......
......@@ -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;
......
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