| Index: xfa/fxfa/parser/cxfa_dataexporter.h
|
| diff --git a/xfa/fxfa/parser/cxfa_dataexporter.h b/xfa/fxfa/parser/cxfa_dataexporter.h
|
| index c1123d1fe915d68adca8ba9d102fa3d6763a952b..41f32a2fad78b5decce15731c10dcddbe9331cc4 100644
|
| --- a/xfa/fxfa/parser/cxfa_dataexporter.h
|
| +++ b/xfa/fxfa/parser/cxfa_dataexporter.h
|
| @@ -18,17 +18,17 @@ class CXFA_DataExporter {
|
| public:
|
| explicit CXFA_DataExporter(CXFA_Document* pDocument);
|
|
|
| - FX_BOOL Export(IFX_SeekableWriteStream* pWrite);
|
| - FX_BOOL Export(IFX_SeekableWriteStream* pWrite,
|
| - CXFA_Node* pNode,
|
| - uint32_t dwFlag,
|
| - const FX_CHAR* pChecksum);
|
| + bool Export(IFX_SeekableWriteStream* pWrite);
|
| + bool Export(IFX_SeekableWriteStream* pWrite,
|
| + CXFA_Node* pNode,
|
| + uint32_t dwFlag,
|
| + const FX_CHAR* pChecksum);
|
|
|
| protected:
|
| - FX_BOOL Export(IFX_Stream* pStream,
|
| - CXFA_Node* pNode,
|
| - uint32_t dwFlag,
|
| - const FX_CHAR* pChecksum);
|
| + bool Export(IFX_Stream* pStream,
|
| + CXFA_Node* pNode,
|
| + uint32_t dwFlag,
|
| + const FX_CHAR* pChecksum);
|
|
|
| CXFA_Document* const m_pDocument;
|
| };
|
|
|