summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/text.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-01-19 20:27:22 +0100
committerMichael Stahl <mst@openoffice.org>2011-01-19 20:27:22 +0100
commit95fbc9f47572aad9ced12ea92c699095c065a4d4 (patch)
tree19111b667147e40d3b2a0376044b5dd7f095c171 /unoxml/source/dom/text.cxx
parentxmlfix3: unoxml: refactor CNode initialization (diff)
downloadcore-95fbc9f47572aad9ced12ea92c699095c065a4d4.tar.gz
core-95fbc9f47572aad9ced12ea92c699095c065a4d4.zip
xmlfix3: unoxml: clean up trailing whitespace infestation
Diffstat (limited to 'unoxml/source/dom/text.cxx')
-rw-r--r--unoxml/source/dom/text.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/text.cxx b/unoxml/source/dom/text.cxx
index 5e8cf47225c2..690aef57d7c3 100644
--- a/unoxml/source/dom/text.cxx
+++ b/unoxml/source/dom/text.cxx
@@ -58,7 +58,7 @@ namespace DOM
void SAL_CALL CText::fastSaxify( Context& io_rContext )
{
- if( io_rContext.mxCurrentHandler.is() )
+ if (io_rContext.mxCurrentHandler.is())
{
try
{