Kaydet (Commit) 3f4553a6 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix mangled indent

Change-Id: Ie7ff70660a95711bcedc96da72694e5c46717274
üst cac3f3e4
......@@ -176,6 +176,7 @@ SwRead GetReader( const OUString& rFltName )
{
SwRead pRead = 0;
for( sal_uInt16 n = 0; n < MAXFILTER; ++n )
{
if ( aFilterDetect[n].IsFilter( rFltName ) )
{
pRead = aReaderWriter[n].GetReader();
......@@ -184,6 +185,7 @@ SwRead GetReader( const OUString& rFltName )
pRead->SetFltName( rFltName );
break;
}
}
return pRead;
}
......@@ -271,8 +273,10 @@ void SwFilterOptions::GetValues( sal_uInt16 nCnt, const sal_Char** ppNames,
: 0;
}
else
{
for( n = 0; n < nCnt; ++n )
pValues[ n ] = 0;
}
}
void SwFilterOptions::Commit() {}
......@@ -347,8 +351,7 @@ void CalculateFlySize(SfxItemSet& rFlySet, const SwNodeIndex& rAnchor,
}
sal_uLong nAbsMinCnts;
pTxtNd->GetMinMaxSize( aIdx.GetIndex(), nMinFrm,
nMaxFrm, nAbsMinCnts );
pTxtNd->GetMinMaxSize( aIdx.GetIndex(), nMinFrm, nMaxFrm, nAbsMinCnts );
}
++aIdx;
}
......
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