SwCache: fix build with dbglevel=2

This commit is contained in:
Miklos Vajna 2011-08-01 21:58:37 +02:00
parent 3de3f1eb15
commit b161497053

View file

@ -30,6 +30,7 @@
#include "precompiled_sw.hxx"
#include <swcache.hxx>
#include <rtl/strbuf.hxx>
SV_IMPL_PTRARR(SwCacheObjArr,SwCacheObj*);
@ -135,7 +136,7 @@ SwCache::~SwCache()
append('\n').
append(RTL_CONSTASCII_STRINGPARAM(
"Number of insert on free places: ")).
append(static_cast<sal_Int32<(nInsertFree)).
append(static_cast<sal_Int32>(nInsertFree)).
append('\n').
append(RTL_CONSTASCII_STRINGPARAM(
"Number of replacements: ")).