| Index: xfa/fxfa/parser/xfa_basic_imp.cpp
|
| diff --git a/xfa/fxfa/parser/xfa_basic_imp.cpp b/xfa/fxfa/parser/xfa_basic_imp.cpp
|
| index 728ecfc31986823eeed9b3a8f9425842f1db0ced..759d53043993c68afeb72e3797395178eac18917 100644
|
| --- a/xfa/fxfa/parser/xfa_basic_imp.cpp
|
| +++ b/xfa/fxfa/parser/xfa_basic_imp.cpp
|
| @@ -488,7 +488,6 @@ FX_BOOL CXFA_Measurement::ToUnit(XFA_UNIT eUnit, FX_FLOAT& fValue) const {
|
| fValue = 0;
|
| return FALSE;
|
| }
|
| - return FALSE;
|
| }
|
| XFA_UNIT CXFA_Measurement::GetUnit(const CFX_WideStringC& wsUnit) {
|
| if (wsUnit == FX_WSTRC(L"mm")) {
|
|
|