summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-24 12:09:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-24 14:02:48 +0100
commitb9fa1e20f32653981f629b417dbe4816594e1c14 (patch)
tree6eaed36460aa89f075cc9445634c025ce02fa4ec /framework
parenta248008d08e3adf597e08bede2d58784df48deb6 (diff)
build on higher debug levels
Change-Id: I7f4d85f3e26ab8b19dae05c6907840b97a8af1d6
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/macros/debug/plugin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/macros/debug/plugin.hxx b/framework/inc/macros/debug/plugin.hxx
index ffebf741378d..250d92d56bcb 100644
--- a/framework/inc/macros/debug/plugin.hxx
+++ b/framework/inc/macros/debug/plugin.hxx
@@ -144,7 +144,7 @@
{ \
sal_Int32 nBytes = XSTREAM->available(); \
OString sInfo("Stream with "); \
- sInfo += OString::valueOf( (sal_Int32)nBytes ); \
+ sInfo += OString::number(nBytes); \
sInfo += " Bytes, "; \
sBuffer.append( sInfo ); \
} \