summaryrefslogtreecommitdiff
path: root/sax/source
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-11-22 12:33:28 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-11-22 12:33:28 +0000
commit9dda3c9d8a807db241fcba8bb41c8cbffde18f24 (patch)
tree21b62aeead3d8dca04930e813e610faac2cafc6e /sax/source
parenta2eb352574e46a96e764a000cbb5a70c88a53a5d (diff)
#94923# remove the 'fix' for a problem that was actually a build problem...note previous two checkins really by MTG, not HR
Diffstat (limited to 'sax/source')
-rw-r--r--sax/source/expatwrap/sax_expat.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx
index d741847bd1d4..fae657749ef6 100644
--- a/sax/source/expatwrap/sax_expat.cxx
+++ b/sax/source/expatwrap/sax_expat.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sax_expat.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2001-11-22 12:07:39 $
+ * last change: $Author: mtg $ $Date: 2001-11-22 13:33:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -478,14 +478,14 @@ void SaxExpatParser::parseStream( const InputSource& structSource)
m_pImpl->rDocumentHandler->endDocument();
}
}
- catch( SAXParseException &e )
- {
- m_pImpl->popEntity();
- XML_ParserFree( entity.pParser );
- Any aAny;
- aAny <<= e;
- throw SAXException( e.Message, e.Context, aAny );
- }
+// catch( SAXParseException &e )
+// {
+// m_pImpl->popEntity();
+// XML_ParserFree( entity.pParser );
+// Any aAny;
+// aAny <<= e;
+// throw SAXException( e.Message, e.Context, aAny );
+// }
catch( SAXException & )
{
m_pImpl->popEntity();