summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_linedata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_linedata.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_linedata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_linedata.cpp b/xfa/fxfa/parser/cxfa_linedata.cpp
index a6f4e4c6cf..623504af90 100644
--- a/xfa/fxfa/parser/cxfa_linedata.cpp
+++ b/xfa/fxfa/parser/cxfa_linedata.cpp
@@ -9,11 +9,11 @@
#include "xfa/fxfa/parser/cxfa_node.h"
int32_t CXFA_LineData::GetHand() {
- return m_pNode->JSNode()->GetEnum(XFA_ATTRIBUTE_Hand);
+ return m_pNode->JSNode()->GetEnum(XFA_Attribute::Hand);
}
bool CXFA_LineData::GetSlope() {
- return m_pNode->JSNode()->GetEnum(XFA_ATTRIBUTE_Slope) ==
+ return m_pNode->JSNode()->GetEnum(XFA_Attribute::Slope) ==
XFA_ATTRIBUTEENUM_Slash;
}