make the debug build work again

This commit is contained in:
Radek Doulik
2011-06-10 11:52:26 +02:00
parent 68ae0620db
commit e7c9affbe4

View File

@@ -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);