| Index: xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.cpp
|
| diff --git a/xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.cpp b/xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.cpp
|
| index de71b2074a7780dcff908c1a879129df621e7df1..1a026da98f9c1d1d54e3e69a0febe489141ab2b6 100644
|
| --- a/xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.cpp
|
| +++ b/xfa/src/fxbarcode/oned/BC_OnedEAN13Writer.cpp
|
| @@ -207,7 +207,6 @@ void CBC_OnedEAN13Writer::ShowChars(const CFX_WideStringC& contents,
|
| device->FillRect(&re, m_backgroundColor);
|
| }
|
| FX_FLOAT blank = 0.0;
|
| - FX_FLOAT charsWidth = 0;
|
| iLen = tempStr.GetLength();
|
| if (pOutBitmap == NULL) {
|
| strWidth = (int32_t)(strWidth * m_outputHScale);
|
| @@ -239,7 +238,6 @@ void CBC_OnedEAN13Writer::ShowChars(const CFX_WideStringC& contents,
|
| }
|
| tempStr = str.Mid(7, 6);
|
| iLen = tempStr.GetLength();
|
| - charsWidth = 0.0f;
|
| CalcTextInfo(tempStr, pCharPos + 7, m_pFont, (FX_FLOAT)strWidth, iFontSize,
|
| blank);
|
| if (pOutBitmap) {
|
|
|