summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
Diffstat (limited to 'sax')
-rw-r--r--sax/source/expatwrap/saxwriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx
index a2140bf81c26..52160629f574 100644
--- a/sax/source/expatwrap/saxwriter.cxx
+++ b/sax/source/expatwrap/saxwriter.cxx
@@ -1380,7 +1380,7 @@ void SAXWriter::allowLineBreak( )
throw SAXException();
}
- m_bAllowLineBreak = true;
+ m_bAllowLineBreak = true;
}
void SAXWriter::unknown(const OUString& sString)