diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:51:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:54:30 +0200 |
commit | ee6ffa3f157aedc7775df198c914a225aea41b54 (patch) | |
tree | d8134717bbea75343507a1ac980282741fbc3686 /sax/source/expatwrap | |
parent | 97b330f0164cb4600107db5c4f074d19333da820 (diff) |
loplugin:staticcall
Change-Id: If21a079134f659a91f0b0ce400aef56bd095effe
Diffstat (limited to 'sax/source/expatwrap')
-rw-r--r-- | sax/source/expatwrap/sax_expat.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx index 4942e9189a0c..9735e0788d6a 100644 --- a/sax/source/expatwrap/sax_expat.cxx +++ b/sax/source/expatwrap/sax_expat.cxx @@ -108,10 +108,10 @@ OUString XmlChar2OUString( const XML_Char *p ) pThis->call;\ }\ catch( const SAXParseException &e ) {\ - pThis->callErrorHandler( pThis , e );\ + callErrorHandler( pThis , e );\ }\ catch( const SAXException &e ) {\ - pThis->callErrorHandler( pThis , SAXParseException(\ + callErrorHandler( pThis , SAXParseException(\ e.Message, \ e.Context, \ e.WrappedException,\ |