summaryrefslogtreecommitdiff
path: root/rotord/src/tinyxml.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-08-15 17:48:41 +0100
committerTim Redfern <tim@herge.(none)>2013-08-15 17:48:41 +0100
commitae77e77ac1524121580281126a4ae85b70b5abae (patch)
tree8155476ceaf65a0f1b9d4fda9714f32fb23993c3 /rotord/src/tinyxml.cpp
parent15d7e3dadff62b20173fb2b5b354e72d3c916c9a (diff)
new class structure to support listnodes
Diffstat (limited to 'rotord/src/tinyxml.cpp')
-rwxr-xr-xrotord/src/tinyxml.cpp4
1 files changed, 2 insertions, 2 deletions
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;