| Index: xfa/src/fxfa/src/parser/xfa_objectacc_imp.cpp
|
| diff --git a/xfa/src/fxfa/src/parser/xfa_objectacc_imp.cpp b/xfa/src/fxfa/src/parser/xfa_objectacc_imp.cpp
|
| index 36702a8c37c2c743eaa4fbe0888746714a11413a..9c3b5383dc0c9b50f76b14a6398e5b2fee71a1b6 100644
|
| --- a/xfa/src/fxfa/src/parser/xfa_objectacc_imp.cpp
|
| +++ b/xfa/src/fxfa/src/parser/xfa_objectacc_imp.cpp
|
| @@ -5,6 +5,7 @@
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| #include "xfa/src/foxitlib.h"
|
| +#include "xfa/src/fxfa/src/common/fxfa_localevalue.h"
|
| #include "xfa/src/fxfa/src/common/xfa_docdata.h"
|
| #include "xfa/src/fxfa/src/common/xfa_doclayout.h"
|
| #include "xfa/src/fxfa/src/common/xfa_document.h"
|
| @@ -14,6 +15,7 @@
|
| #include "xfa/src/fxfa/src/common/xfa_parser.h"
|
| #include "xfa/src/fxfa/src/common/xfa_script.h"
|
| #include "xfa/src/fxfa/src/common/xfa_utils.h"
|
| +
|
| static FX_ARGB XFA_WStringToColor(const CFX_WideStringC& wsValue) {
|
| uint8_t r = 0, g = 0, b = 0;
|
| if (wsValue.GetLength() == 0) {
|
|
|