[Libreoffice-commits] .: xmloff/source

Caolán McNamara caolan at kemper.freedesktop.org
Sat Jan 1 13:19:06 PST 2011


 xmloff/source/chart/PropertyMaps.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e0abc1ece5aec1f36bea4da05c3b5c942792ee0f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Jan 1 21:16:54 2011 +0000

    cppcheck: prefer prefix variant

diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index c05d124..74f231b 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -217,7 +217,7 @@ void XMLChartExportPropertyMapper::ContextFilter(
     // filter properties
     for( std::vector< XMLPropertyState >::iterator property = rProperties.begin();
          property != rProperties.end();
-         property++ )
+         ++property )
     {
         // find properties with context
         // to prevent writing this property set mnIndex member to -1


More information about the Libreoffice-commits mailing list