SwCache: fix build with dbglevel=2
This commit is contained in:
parent
3de3f1eb15
commit
b161497053
1 changed files with 2 additions and 1 deletions
|
@ -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: ")).
|
||||
|
|
Loading…
Reference in a new issue