WaE: statement aligned ... [loplugin]

Change-Id: I80256c748fecf1e5d7ffa73fdcde0ed453455b72
This commit is contained in:
Tor Lillqvist
2013-09-02 21:04:10 +03:00
parent 3c4c6bbdfa
commit 071948d452

View File

@@ -2564,6 +2564,7 @@ sal_Bool SfxCmisPropertiesPage::FillItemSet( SfxItemSet& rSet )
std::vector< document::CmisProperty > changedProps;
for ( sal_Int32 i = 0; i< aNewProps.getLength( ); ++i )
{
if ( aOldProps[i].Updatable && !aNewProps[i].Id.isEmpty( ) )
{
if ( aOldProps[i].Type == CMIS_TYPE_DATETIME )
@@ -2591,6 +2592,7 @@ sal_Bool SfxCmisPropertiesPage::FillItemSet( SfxItemSet& rSet )
changedProps.push_back( aNewProps[i] );
}
}
}
Sequence< document::CmisProperty> aModifiedProps( modifiedNum );
sal_Int32 nCount = 0;
for( std::vector< document::CmisProperty>::const_iterator pIter = changedProps.begin();