WaE: unused variable
This commit is contained in:
parent
7b7a3cb20a
commit
63899beb6c
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue