| Index: xfa/fxfa/parser/xfa_layout_itemlayout.cpp
|
| diff --git a/xfa/fxfa/parser/xfa_layout_itemlayout.cpp b/xfa/fxfa/parser/xfa_layout_itemlayout.cpp
|
| index eb67b0f99d55be6e282f8adc81c7258a918e897a..d69bf2506c0bb4273cd324cf32e64a3d80ae6cd4 100644
|
| --- a/xfa/fxfa/parser/xfa_layout_itemlayout.cpp
|
| +++ b/xfa/fxfa/parser/xfa_layout_itemlayout.cpp
|
| @@ -1388,7 +1388,7 @@ void CXFA_ItemLayoutProcessor::DoLayoutTableContainer(CXFA_Node* pLayoutNode) {
|
| wsWidth = widths[i];
|
| wsWidth.TrimLeft(L' ');
|
| if (!wsWidth.IsEmpty()) {
|
| - CXFA_Measurement measure(wsWidth);
|
| + CXFA_Measurement measure(wsWidth.AsWideStringC());
|
| m_rgSpecifiedColumnWidths.Add(measure.ToUnit(XFA_UNIT_Pt));
|
| }
|
| }
|
|
|