summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/spritedevicehelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/spritedevicehelper.cxx')
-rw-r--r--canvas/source/vcl/spritedevicehelper.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/canvas/source/vcl/spritedevicehelper.cxx b/canvas/source/vcl/spritedevicehelper.cxx
index 627ce37055b2..b99dc4e66cc0 100644
--- a/canvas/source/vcl/spritedevicehelper.cxx
+++ b/canvas/source/vcl/spritedevicehelper.cxx
@@ -135,13 +135,13 @@ namespace vclcanvas
{
DeviceHelper::dumpScreenContent();
- static sal_uInt32 nFilePostfixCount(0);
+ static sal_Int32 nFilePostfixCount(0);
if( mpBackBuffer )
{
- String aFilename( String::CreateFromAscii("dbg_backbuffer") );
- aFilename += String::CreateFromInt32(nFilePostfixCount);
- aFilename += String::CreateFromAscii(".bmp");
+ rtl::OUString aFilename("dbg_backbuffer");
+ aFilename += rtl::OUString::valueOf(nFilePostfixCount);
+ aFilename += rtl::OUString(".bmp");
SvFileStream aStream( aFilename, STREAM_STD_READWRITE );