summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-18 17:34:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-18 17:34:29 +0000
commit63899beb6c033f4dc305a046c558c348a907ea40 (patch)
tree1f0a963e75b74cd41f707600f5292aac69c605e5 /svtools/source
parent7b7a3cb20aabc851b8560fa844a4e669a51008fd (diff)
WaE: unused variable
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/filter.vcl/filter/filter2.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/filter.vcl/filter/filter2.cxx b/svtools/source/filter.vcl/filter/filter2.cxx
index 586591b4d86c..55b02d39c19f 100644
--- a/svtools/source/filter.vcl/filter/filter2.cxx
+++ b/svtools/source/filter.vcl/filter/filter2.cxx
@@ -433,7 +433,6 @@ sal_Bool GraphicDescriptor::ImpDetectJPG( SvStream& rStm, sal_Bool bExtendedInf
sal_uInt8 nNumberOfImageComponents;
sal_uInt8 nComponentsIdentifier;
sal_uInt8 nHorizontalSamplingFactor;
- sal_uInt8 nVerticalSamplingFactor;
sal_uInt8 nQuantizationTableDestinationSelector;
rStm >> nSamplePrecision
>> nNumberOfLines
@@ -442,7 +441,6 @@ sal_Bool GraphicDescriptor::ImpDetectJPG( SvStream& rStm, sal_Bool bExtendedInf
>> nComponentsIdentifier
>> nHorizontalSamplingFactor
>> nQuantizationTableDestinationSelector;
- nVerticalSamplingFactor = nHorizontalSamplingFactor & 0xf;
nHorizontalSamplingFactor >>= 4;
aPixSize.Height() = nNumberOfLines;