Kaydet (Commit) e9112e17 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I483680622a75affb9822bbf5fc4d14512961493f
Reviewed-on: https://gerrit.libreoffice.org/58130Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst 836efb78
......@@ -353,7 +353,7 @@ XFStyle* LwpNumericFormat::Convert()
static_cast<sal_uInt8>(aColor.GetGreen()),
static_cast<sal_uInt8>(aColor.GetBlue())) );
}
{//Negtive
{//Negative
pStyle->SetNegativeStyle( aNegPrefix, aNegSuffix, XFColor(static_cast<sal_uInt8>(aNegativeColor.GetRed()),
static_cast<sal_uInt8>(aNegativeColor.GetGreen()),
static_cast<sal_uInt8>(aNegativeColor.GetBlue())) );
......
......@@ -601,7 +601,7 @@ static void lcl_CpyBox( const SwTable& rCpyTable, const SwTableBox* pCpyBox,
if( bReplaceColl &&
(( 1 < rDstTable.GetTabLines().size() &&
pLine == rDstTable.GetTabLines().front() )
// Is the Table's content sill valid?
// Is the Table's content still valid?
? RES_POOLCOLL_TABLE == nPoolId
: RES_POOLCOLL_TABLE_HDLN == nPoolId ) )
{
......
......@@ -368,7 +368,7 @@ void XMLRedlineExport::ExportChangedRegion(
// be exported there
}
// changed change? Hierarchical changes can onl be two levels
// changed change? Hierarchical changes can only be two levels
// deep. Here we check for the second level.
aAny = rPropSet->getPropertyValue("RedlineSuccessorData");
Sequence<PropertyValue> aSuccessorData;
......
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