summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2010-11-27 10:17:30 +0100
committerDavid Tardon <dtardon@redhat.com>2010-11-27 10:17:49 +0100
commit5442fa723dccd6156b9b53978c82dfb5ac3df3b8 (patch)
tree9539f76e176bbc504c236559f597bc10e772c11e /vcl/unx
parent3a3a33eb873fa748b02f1ad11d53fd1bfd099cc0 (diff)
fix debug build with dbglevel=3
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/headless/svpgdi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/headless/svpgdi.cxx b/vcl/unx/headless/svpgdi.cxx
index 2a717352d84c..7e3f0b7880dc 100644
--- a/vcl/unx/headless/svpgdi.cxx
+++ b/vcl/unx/headless/svpgdi.cxx
@@ -63,7 +63,7 @@ rDevice
aBuf.append( "debug" );
mkdir( aBuf.getStr(), 0777 );
aBuf.append( "/" );
- aBuf.append( sal_Int64(reinterpret_cast<sal_uInt32>(rDevice.get())), 16 );
+ aBuf.append( sal_Int64(reinterpret_cast<sal_IntPtr>(rDevice.get())), 16 );
mkdir( aBuf.getStr(), 0777 );
aBuf.append( "/bmp" );
aBuf.append( sal_Int32(dbgStreamNum++) );