Kaydet (Commit) 12c57820 authored tarafından Radek Doulik's avatar Radek Doulik

fixed debug build

üst f82b7d16
...@@ -235,7 +235,7 @@ static sal_Bool ImplReadRegion( PolyPolygon& rPolyPoly, SvStream& rSt, sal_uInt3 ...@@ -235,7 +235,7 @@ static sal_Bool ImplReadRegion( PolyPolygon& rPolyPoly, SvStream& rSt, sal_uInt3
EMFP_DEBUG(void dumpWords( SvStream& s, int i ) EMFP_DEBUG(void dumpWords( SvStream& s, int i )
{ {
sal_uInt32 pos = s.Tell(); sal_uInt32 pos = s.Tell();
INT16 data; sal_Int16 data;
for( ; i > 0; i -- ) { for( ; i > 0; i -- ) {
s >> data; s >> data;
EMFP_DEBUG(printf ("\t\t\tdata: %04hx\n", data)); EMFP_DEBUG(printf ("\t\t\tdata: %04hx\n", data));
...@@ -1530,4 +1530,4 @@ EnhWMFReader::~EnhWMFReader() ...@@ -1530,4 +1530,4 @@ EnhWMFReader::~EnhWMFReader()
}; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment