summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
Diffstat (limited to 'sax')
-rw-r--r--sax/source/expatwrap/saxwriter.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx
index b6629161ee95..978a0092e970 100644
--- a/sax/source/expatwrap/saxwriter.cxx
+++ b/sax/source/expatwrap/saxwriter.cxx
@@ -874,8 +874,7 @@ class SAXWriter :
{
public:
SAXWriter()
- : m_seqStartElement()
- , m_pSaxWriterHelper(NULL)
+ : m_pSaxWriterHelper(NULL)
, m_bDocStarted(false)
, m_bIsCDATA(false)
, m_bForceLineBreak(false)
@@ -965,7 +964,6 @@ private:
sal_Int32 getIndentPrefixLength( sal_Int32 nFirstLineBreakOccurrence ) throw();
Reference< XOutputStream > m_out;
- Sequence < sal_Int8 > m_seqStartElement;
SaxWriterHelper* m_pSaxWriterHelper;
// Status information