diff options
-rw-r--r-- | sw/source/core/bastyp/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/bastyp/init.cxx b/sw/source/core/bastyp/init.cxx index 6d5454fd7436..dc3efadc708e 100644 --- a/sw/source/core/bastyp/init.cxx +++ b/sw/source/core/bastyp/init.cxx @@ -825,7 +825,7 @@ void _FinitCore() delete[] SwAttrPool::pVersionMap6; delete[] SwAttrPool::pVersionMap7; - for ( sal_uInt16 i = 0; i < pGlobalOLEExcludeList->size(); ++i ) + for ( size_t i = 0; i < pGlobalOLEExcludeList->size(); ++i ) delete (*pGlobalOLEExcludeList)[i]; delete pGlobalOLEExcludeList; } |