typo: beause -> because
This commit is contained in:
parent
41e381e410
commit
d2f24e3a31
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user