framework/source/accelerators/acceleratorconfiguration.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c760ebc55f0d0a9838256e9dc6374d85d12ee93e
Author: Arnaud Versini <arnaud.vers...@libreoffice.org>
Date:   Sat Apr 14 15:54:43 2018 +0200

    Remove useless iterator in XCUBasedAcceleratorConfiguration::storeToStorage
    
    Change-Id: Ibe3c89901e02d495eb367882138f79cb4b7513fc
    Reviewed-on: https://gerrit.libreoffice.org/52872
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Arnaud Versini <arnaud.vers...@libreoffice.org>

diff --git a/framework/source/accelerators/acceleratorconfiguration.cxx 
b/framework/source/accelerators/acceleratorconfiguration.cxx
index 276cb4547936..f8995ea47561 100644
--- a/framework/source/accelerators/acceleratorconfiguration.cxx
+++ b/framework/source/accelerators/acceleratorconfiguration.cxx
@@ -838,7 +838,6 @@ void SAL_CALL 
XCUBasedAcceleratorConfiguration::storeToStorage(const css::uno::R
             aCache.takeOver(m_aPrimaryReadCache);
 
         AcceleratorCache::TKeyList lKeys;
-        AcceleratorCache::TKeyList::const_iterator pIt;
         if (m_pSecondaryWriteCache!=nullptr)
         {
             lKeys = m_pSecondaryWriteCache->getAllKeys();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to