summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/prhdlfac.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/prhdlfac.cxx b/xmloff/source/style/prhdlfac.cxx
index 8dede8e8faa3..f9ef62fa23ee 100644
--- a/xmloff/source/style/prhdlfac.cxx
+++ b/xmloff/source/style/prhdlfac.cxx
@@ -129,7 +129,7 @@ XMLPropertyHandlerFactory::XMLPropertyHandlerFactory() :
XMLPropertyHandlerFactory::~XMLPropertyHandlerFactory()
{
- for( auto& rCacheEntry : mpImpl->maHandlerCache )
+ for( const auto& rCacheEntry : mpImpl->maHandlerCache )
delete rCacheEntry.second;
}