diff options
-rw-r--r-- | framework/source/accelerators/acceleratorconfiguration.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |