[Libreoffice-commits] core.git: framework/source
Arnaud Versini
arnaud.versini at libreoffice.org
Sat Apr 14 14:47:23 UTC 2018
framework/source/accelerators/acceleratorconfiguration.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c760ebc55f0d0a9838256e9dc6374d85d12ee93e
Author: Arnaud Versini <arnaud.versini at 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 <ci at libreoffice.org>
Reviewed-by: Arnaud Versini <arnaud.versini at 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();
More information about the Libreoffice-commits
mailing list