[Libreoffice-commits] .: ucb/source

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


 ucb/source/ucp/webdav/webdavcontentcaps.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64a54879f49fd03aa039a8aa38a44a55d4f28707
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Jan 1 21:32:19 2011 +0000

    cppcheck: prefer prefix variant

diff --git a/ucb/source/ucp/webdav/webdavcontentcaps.cxx b/ucb/source/ucp/webdav/webdavcontentcaps.cxx
index c2e459a..412e883 100644
--- a/ucb/source/ucp/webdav/webdavcontentcaps.cxx
+++ b/ucb/source/ucp/webdav/webdavcontentcaps.cxx
@@ -445,7 +445,7 @@ uno::Sequence< beans::Property > Content::getProperties(
             {
                 bHasCreatableInfos = sal_True;
             }
-            it++;
+            ++it;
         }
     }
 


More information about the Libreoffice-commits mailing list