summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-06-10 11:52:26 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-06-10 16:23:27 +0200
commitb90fa5defc891b0789037514ced383b6b5c9989c (patch)
treef86057551185c5513040b8fc29ba43107eb3a357 /cppcanvas
parent65013b27727440fa26a746302acb4fcc5de4fde6 (diff)
make the debug build work again
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/emfplus.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx
index b2a582b1319d..e90db4032bf6 100644
--- a/cppcanvas/source/mtfrenderer/emfplus.cxx
+++ b/cppcanvas/source/mtfrenderer/emfplus.cxx
@@ -105,7 +105,7 @@ namespace cppcanvas
EMFP_DEBUG (void dumpWords (SvStream& s, int i)
{
sal_uInt32 pos = s.Tell ();
- INT16 data;
+ sal_Int16 data;
for (; i > 0; i --) {
s >> data;
printf ("EMF+\tdata: %04hX\n", data);