| Index: xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp
 | 
| diff --git a/xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp b/xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp
 | 
| index b7ad14d592b3fcbed31ec34aceb926183826a151..be2a71b1ef87c4b66cc0e84254afcb55a580bb4c 100644
 | 
| --- a/xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp
 | 
| +++ b/xfa/src/fxbarcode/oned/BC_OneDimWriter.cpp
 | 
| @@ -36,7 +36,6 @@ CBC_OneDimWriter::CBC_OneDimWriter() {
 | 
|    m_bCalcChecksum = FALSE;
 | 
|    m_pFont = NULL;
 | 
|    m_fFontSize = 10;
 | 
| -  ;
 | 
|    m_iFontStyle = 0;
 | 
|    m_fontColor = 0xff000000;
 | 
|    m_iContentLen = 0;
 | 
| 
 |