summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-06-10 12:07:18 +0200
committerRadek Doulik <rodo@novell.com>2011-06-10 16:00:58 +0200
commit12c57820da2a7972a87e9fd1775501aaec2aff37 (patch)
tree4cc703c77fb078e84dfe7f964e290275dcfd221c /svtools
parentadded mtfrenderer component (diff)
downloadcore-12c57820da2a7972a87e9fd1775501aaec2aff37.tar.gz
core-12c57820da2a7972a87e9fd1775501aaec2aff37.zip
fixed debug build
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter/wmf/enhwmf.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/filter/wmf/enhwmf.cxx b/svtools/source/filter/wmf/enhwmf.cxx
index 7956064b909e..23990473aa60 100644
--- a/svtools/source/filter/wmf/enhwmf.cxx
+++ b/svtools/source/filter/wmf/enhwmf.cxx
@@ -235,7 +235,7 @@ static sal_Bool ImplReadRegion( PolyPolygon& rPolyPoly, SvStream& rSt, sal_uInt3
EMFP_DEBUG(void dumpWords( SvStream& s, int i )
{
sal_uInt32 pos = s.Tell();
- INT16 data;
+ sal_Int16 data;
for( ; i > 0; i -- ) {
s >> data;
EMFP_DEBUG(printf ("\t\t\tdata: %04hx\n", data));
@@ -1530,4 +1530,4 @@ EnhWMFReader::~EnhWMFReader()
};
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */