[Libreoffice-commits] .: sw/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Mon Mar 26 14:14:15 PDT 2012
sw/source/core/docnode/ndcopy.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a04fee7204b769dc98c3592aaed2dce5e8eb0161
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Mar 26 23:11:58 2012 +0200
Fix Prefer prefix ++/-- operators for non-primitive types
diff --git a/sw/source/core/docnode/ndcopy.cxx b/sw/source/core/docnode/ndcopy.cxx
index 97557f2..9b1ec4c 100644
--- a/sw/source/core/docnode/ndcopy.cxx
+++ b/sw/source/core/docnode/ndcopy.cxx
@@ -1478,7 +1478,7 @@ void SwDoc::CopyFlyInFlyImpl( const SwNodeRange& rRg,
//die Chains entsprechend aufgebaut werden koennen.
::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#
// correct determination of new anchor position
More information about the Libreoffice-commits
mailing list