From ae77e77ac1524121580281126a4ae85b70b5abae Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 15 Aug 2013 17:48:41 +0100 Subject: new class structure to support listnodes --- rotord/src/tinyxml.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rotord/src/tinyxml.cpp') diff --git a/rotord/src/tinyxml.cpp b/rotord/src/tinyxml.cpp index 0c79683..9b26b96 100755 --- a/rotord/src/tinyxml.cpp +++ b/rotord/src/tinyxml.cpp @@ -1790,7 +1790,7 @@ bool TiXmlPrinter::VisitEnter( const TiXmlElement& element, const TiXmlAttribute && element.FirstChild()->ToText()->CDATA() == false ) { simpleTextPrint = true; - // no DoLineBreak()! + //DoLineBreak()! } else { @@ -1846,7 +1846,7 @@ bool TiXmlPrinter::Visit( const TiXmlText& text ) } else { - DoIndent(); + //DoIndent(); TIXML_STRING str; TiXmlBase::EncodeString( text.ValueTStr(), &str ); buffer += str; -- cgit v1.2.3