summaryrefslogtreecommitdiff
path: root/sax/source/fastparser
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:53:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 08:02:52 -0600
commitff0562fa4f7d8b7aceca16771d84db87d3f19756 (patch)
tree6658774a9a817c2d03b861fdb9433b1cd2b3155e /sax/source/fastparser
parent844d1a89591df48a75a93e2db53e369175428d51 (diff)
Remove visual noise from sax
Change-Id: Ica31580f72b43456c33b2f6abbf2140a79efae1a Reviewed-on: https://gerrit.libreoffice.org/8299 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sax/source/fastparser')
-rw-r--r--sax/source/fastparser/fastparser.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index ba63596ca5ff..2e26c50e8f8f 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -607,7 +607,7 @@ void Entity::throwException( const ::rtl::Reference< FastLocatorImpl > &xDocumen
// In the single threaded case we emit events via our C
// callbacks, so any exception caught must be queued up until
// we can safely re-throw it from our C++ parent of parse()
-//
+
// If multi-threaded, we need to push an EXCEPTION event, at
// which point we transfer ownership of maSavedException to
// the consuming thread.
@@ -1087,9 +1087,9 @@ void FastSaxParserImpl::parse()
}
-//
+
// The C-Callbacks
-//
+
void FastSaxParserImpl::callbackStartElement( const XML_Char* pwName, const XML_Char** awAttributes )