Kaydet (Commit) 63899beb authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: unused variable

üst 7b7a3cb2
......@@ -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;
......
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