typo: beause -> because
This commit is contained in:
@@ -422,7 +422,7 @@ void SbiInstance::PrepareNumberFormatter( SvNumberFormatter*& rpNumberFormatter,
|
|||||||
// the formatter's standard templates have only got a two-digit date
|
// the formatter's standard templates have only got a two-digit date
|
||||||
// -> registering an own format
|
// -> 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.
|
// for month, day and year according to the system setting.
|
||||||
// Problem: Print Year(Date) under engl. BS
|
// Problem: Print Year(Date) under engl. BS
|
||||||
// also have a look at: basic/source/sbx/sbxdate.cxx
|
// 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.
|
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(),
|
OSL_ENSURE( nId == USHRT_MAX || nId < rDoc.GetFldTypes()->size(),
|
||||||
"FldType index out of bounds." );
|
"FldType index out of bounds." );
|
||||||
SwFieldType *pType = (nId != USHRT_MAX) ? (*rDoc.GetFldTypes())[nId] : NULL;
|
SwFieldType *pType = (nId != USHRT_MAX) ? (*rDoc.GetFldTypes())[nId] : NULL;
|
||||||
|
Reference in New Issue
Block a user