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 ...@@ -433,7 +433,6 @@ sal_Bool GraphicDescriptor::ImpDetectJPG( SvStream& rStm, sal_Bool bExtendedInf
sal_uInt8 nNumberOfImageComponents; sal_uInt8 nNumberOfImageComponents;
sal_uInt8 nComponentsIdentifier; sal_uInt8 nComponentsIdentifier;
sal_uInt8 nHorizontalSamplingFactor; sal_uInt8 nHorizontalSamplingFactor;
sal_uInt8 nVerticalSamplingFactor;
sal_uInt8 nQuantizationTableDestinationSelector; sal_uInt8 nQuantizationTableDestinationSelector;
rStm >> nSamplePrecision rStm >> nSamplePrecision
>> nNumberOfLines >> nNumberOfLines
...@@ -442,7 +441,6 @@ sal_Bool GraphicDescriptor::ImpDetectJPG( SvStream& rStm, sal_Bool bExtendedInf ...@@ -442,7 +441,6 @@ sal_Bool GraphicDescriptor::ImpDetectJPG( SvStream& rStm, sal_Bool bExtendedInf
>> nComponentsIdentifier >> nComponentsIdentifier
>> nHorizontalSamplingFactor >> nHorizontalSamplingFactor
>> nQuantizationTableDestinationSelector; >> nQuantizationTableDestinationSelector;
nVerticalSamplingFactor = nHorizontalSamplingFactor & 0xf;
nHorizontalSamplingFactor >>= 4; nHorizontalSamplingFactor >>= 4;
aPixSize.Height() = nNumberOfLines; 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