diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_caption.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_caption.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfa/fxfa/parser/cxfa_caption.h b/xfa/fxfa/parser/cxfa_caption.h index 1b634d8f5c..c790787e9a 100644 --- a/xfa/fxfa/parser/cxfa_caption.h +++ b/xfa/fxfa/parser/cxfa_caption.h @@ -25,9 +25,9 @@ class CXFA_Caption : public CXFA_Node { bool IsHidden(); XFA_AttributeEnum GetPlacementType(); float GetReserve() const; - CXFA_Margin* GetMargin(); - CXFA_Font* GetFont(); - CXFA_Value* GetValue(); + CXFA_Margin* GetMarginIfExists(); + CXFA_Font* GetFontIfExists(); + CXFA_Value* GetValueIfExists(); }; #endif // XFA_FXFA_PARSER_CXFA_CAPTION_H_ |