diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-24 12:09:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-24 14:02:48 +0100 |
commit | b9fa1e20f32653981f629b417dbe4816594e1c14 (patch) | |
tree | 6eaed36460aa89f075cc9445634c025ce02fa4ec /framework | |
parent | a248008d08e3adf597e08bede2d58784df48deb6 (diff) |
build on higher debug levels
Change-Id: I7f4d85f3e26ab8b19dae05c6907840b97a8af1d6
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/macros/debug/plugin.hxx | 2 |
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 ); \ } \ |