summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svtools/source/filter/wmf/enhwmf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter/wmf/enhwmf.cxx b/svtools/source/filter/wmf/enhwmf.cxx
index 65779adb6ba2..4b2ae4508a86 100644
--- a/svtools/source/filter/wmf/enhwmf.cxx
+++ b/svtools/source/filter/wmf/enhwmf.cxx
@@ -1290,7 +1290,7 @@ sal_Bool EnhWMFReader::ReadEnhWMF()
*pWMF >> nTmp32;
*pWMF >> nOffset;
- for ( sal_Int32 i = 0; i < (nOffset - 20)/4; i ++ )
+ for ( sal_uInt32 i = 0; i < (nOffset - 20)/4; i ++ )
{
*pWMF >> nTmp32;
}