[Libreoffice-commits] .: unotools/source

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


 unotools/source/config/extendedsecurityoptions.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83488fcbb2d3a5d35000ab168e82cfc5660c6088
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Jan 1 21:09:51 2011 +0000

    cppcheck: prefer prefix variant

diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx
index 8d783d0..6098ac0 100644
--- a/unotools/source/config/extendedsecurityoptions.cxx
+++ b/unotools/source/config/extendedsecurityoptions.cxx
@@ -342,7 +342,7 @@ Sequence< OUString > SvtExtendedSecurityOptions_Impl::GetSecureExtensionList() c
 
     sal_Int32 nIndex = 0;
     for ( ExtensionHashMap::const_iterator pIter = m_aExtensionHashMap.begin();
-            pIter != m_aExtensionHashMap.end(); pIter++ )
+            pIter != m_aExtensionHashMap.end(); ++pIter )
     {
         aResult[nIndex++] = pIter->first;
     }


More information about the Libreoffice-commits mailing list