From 20eb52e66c565d36a78dc1399f04f7485ccf8fe6 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 13 Feb 2018 21:09:32 +0000 Subject: Cleanup CFX_XMLNode and friends This CL removes unused methods from CFX_XMLNode, adds an AppendChild to handle the case of a -1 index to InsertChildNode, removes the InsertChildNode return value which is unused and cleans up various other things. Change-Id: I3a022e4dc2afffa6893ad11014034dd7ed301f13 Reviewed-on: https://pdfium-review.googlesource.com/26510 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- core/fxcrt/xml/cfx_xmlchardata.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/fxcrt/xml/cfx_xmlchardata.h') diff --git a/core/fxcrt/xml/cfx_xmlchardata.h b/core/fxcrt/xml/cfx_xmlchardata.h index 9a4710fa51..b7e691495f 100644 --- a/core/fxcrt/xml/cfx_xmlchardata.h +++ b/core/fxcrt/xml/cfx_xmlchardata.h @@ -17,6 +17,7 @@ class CFX_XMLCharData : public CFX_XMLText { explicit CFX_XMLCharData(const WideString& wsCData); ~CFX_XMLCharData() override; + // CFX_XMLNode FX_XMLNODETYPE GetType() const override; std::unique_ptr Clone() override; }; -- cgit v1.2.3