[Libreoffice-commits] .: vcl/win

Thomas Arnhold tarnhold at kemper.freedesktop.org
Mon Feb 14 11:00:45 PST 2011


 vcl/win/source/gdi/salnativewidgets-luna.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d9f7de3b9730aefc674d5d6110a29e0f6e58a9a0
Author: Kevin Hunter <hunteke at earlham.edu>
Date:   Mon Feb 14 20:00:07 2011 +0100

    cppcheck: post- to pre- *crement change

diff --git a/vcl/win/source/gdi/salnativewidgets-luna.cxx b/vcl/win/source/gdi/salnativewidgets-luna.cxx
index 5f7ebc1..9ff5d27 100644
--- a/vcl/win/source/gdi/salnativewidgets-luna.cxx
+++ b/vcl/win/source/gdi/salnativewidgets-luna.cxx
@@ -186,7 +186,7 @@ void SalData::deInitNWF( void )
     while( iter != aThemeMap.end() )
     {
         vsAPI.CloseThemeData(iter->second);
-        iter++;
+        ++iter;
     }
     aThemeMap.clear();
 }


More information about the Libreoffice-commits mailing list