diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-07 16:05:41 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-07 16:05:41 +0100 |
commit | 08bfcbee1d8f17b1034a3b78ae850fc49619509a (patch) | |
tree | c6ea7f31b070c518d5177101a79698e0c80bdec4 /xmloff/source/text | |
parent | 8ff51afa0dcd4e5e644e923131ee72435c80b57b (diff) |
removetooltypes01: #i112600# Fixes in rsc, svl and xmloff after rebase
Diffstat (limited to 'xmloff/source/text')
-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 29d14258fd60..a5294ff61693 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. - ULONG nCount = pPool->Count(); + sal_uInt32 nCount = pPool->Count(); while ( nCount-- ) delete pPool->Remove(nCount); delete pPool; |