summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-08-01 21:58:37 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2011-08-02 00:26:25 +0200
commitb161497053e9fe69e3d2ff897999c22fdba9d163 (patch)
tree4076c6b5d826d2cee864eb27b6550db3b9360ace
parent3de3f1eb151df6e37733aafb7693c9d8d67678b8 (diff)
SwCache: fix build with dbglevel=2
-rw-r--r--sw/source/core/bastyp/swcache.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/bastyp/swcache.cxx b/sw/source/core/bastyp/swcache.cxx
index 8907e9080940..98bb4bb93e0d 100644
--- a/sw/source/core/bastyp/swcache.cxx
+++ b/sw/source/core/bastyp/swcache.cxx
@@ -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: ")).