Kaydet (Commit) a04fee72 authored tarafından Julien Nabet's avatar Julien Nabet

Fix Prefer prefix ++/-- operators for non-primitive types

üst c7b8b348
...@@ -1478,7 +1478,7 @@ void SwDoc::CopyFlyInFlyImpl( const SwNodeRange& rRg, ...@@ -1478,7 +1478,7 @@ void SwDoc::CopyFlyInFlyImpl( const SwNodeRange& rRg,
//die Chains entsprechend aufgebaut werden koennen. //die Chains entsprechend aufgebaut werden koennen.
::std::vector< SwFrmFmt* > aVecSwFrmFmt; ::std::vector< SwFrmFmt* > aVecSwFrmFmt;
for (::std::set< _ZSortFly >::const_iterator it=aSet.begin() ; it != aSet.end(); it++ ) for (::std::set< _ZSortFly >::const_iterator it=aSet.begin() ; it != aSet.end(); ++it )
{ {
// #i59964# // #i59964#
// correct determination of new anchor position // correct determination of new anchor position
......
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