diff options
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 ); \ } \ |