summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-05 13:54:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-05 13:55:03 +0100
commit9891d0722f2d4cec1ec7f522dc3abe2f2de6de63 (patch)
treed87c1954d18d180fe8150cd1650be385c19f40d0 /svtools
parentb04d2681c2da887c8637d71032023745f10156cb (diff)
WaE: unused variable now
Diffstat (limited to 'svtools')
-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 8ea6136fb83e..a16885d89032 100644
--- a/svtools/source/filter/wmf/enhwmf.cxx
+++ b/svtools/source/filter/wmf/enhwmf.cxx
@@ -435,7 +435,7 @@ sal_Bool EnhWMFReader::ReadEnhWMF()
{
sal_uInt32 nStretchBltMode = 0;
sal_uInt32 nRecType(0), nRecSize(0), nNextPos(0),
- nW(0), nH(0), nPoints(0), nColor(0), nIndex(0),
+ nW(0), nH(0), nColor(0), nIndex(0),
nDat32(0), nNom1(0), nDen1(0), nNom2(0), nDen2(0);
sal_Int32 nX32(0), nY32(0), nx32(0), ny32(0);