[Libreoffice-commits] .: vcl/source

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


 vcl/source/window/toolbox2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 584e736ba8c659c3cb2a272f67c42178d121da43
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Jan 1 21:28:04 2011 +0000

    cppcheck: prefer prefix variant

diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx
index 0132ee2..7bceb0a 100644
--- a/vcl/source/window/toolbox2.cxx
+++ b/vcl/source/window/toolbox2.cxx
@@ -2178,7 +2178,7 @@ BOOL ToolBox::ImplHasClippedItems()
     {
         if( it->IsClipped() )
             return TRUE;
-        it++;
+        ++it;
     }
     return FALSE;
 }


More information about the Libreoffice-commits mailing list