WaE: statement aligned ... [loplugin]
Change-Id: I80256c748fecf1e5d7ffa73fdcde0ed453455b72
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user