[PATCH] Fix for bugs 32759 and 32755 on freedesktop bugzilla
Luke Dixon
6b8b4567 at gmail.com
Tue Feb 8 12:15:21 PST 2011
---
starmath/source/visitors.cxx | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/starmath/source/visitors.cxx b/starmath/source/visitors.cxx
index dc5dd38..7b7dafe 100644
--- a/starmath/source/visitors.cxx
+++ b/starmath/source/visitors.cxx
@@ -2131,7 +2131,7 @@ void SmNodeToTextVisitor::Visit( SmTableNode* pNode )
LineToText( it.Current( ) );
if( it.Next( ) ) {
Separate( );
- Append( "## " );
+ Append( "# " );
}else
break;
}
@@ -2447,7 +2447,6 @@ void SmNodeToTextVisitor::Visit( SmTextNode* pNode )
void SmNodeToTextVisitor::Visit( SmSpecialNode* pNode )
{
- Append( "%" );
Append( pNode->GetToken( ).aText );
}
--
1.7.4
--=-iJA4eyBia4R54dp5Awyw--
More information about the LibreOffice
mailing list