diff options
-rw-r--r-- | xmloff/source/text/XMLTextListAutoStylePool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextListAutoStylePool.cxx b/xmloff/source/text/XMLTextListAutoStylePool.cxx index a5294ff61693..615978e7b609 100644 --- a/xmloff/source/text/XMLTextListAutoStylePool.cxx +++ b/xmloff/source/text/XMLTextListAutoStylePool.cxx @@ -186,7 +186,7 @@ XMLTextListAutoStylePool::XMLTextListAutoStylePool( SvXMLExport& rExp ) : XMLTextListAutoStylePool::~XMLTextListAutoStylePool() { // The XMLTextListAutoStylePoolEntry_Impl object in the pool need delete explicitly in dtor. - sal_uInt32 nCount = pPool->Count(); + sal_uIntPtr nCount = pPool->Count(); while ( nCount-- ) delete pPool->Remove(nCount); delete pPool; |