diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-12 17:01:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-13 08:30:22 +0200 |
commit | 5cd976bdef4334a5c28d6c7748ef5d72cf5025ff (patch) | |
tree | 33b42d8365a7532155b3d1f35c4f4f12bbde191b /xmlscript | |
parent | 8c29b0837d924d226fd1a48e323771b450f2b9b6 (diff) |
loplugin:simplifyconstruct in writerfilter..xmlsecurity
Change-Id: Ic2d901ca0dbc2d6fa96611d260c1572da8a783c0
Reviewed-on: https://gerrit.libreoffice.org/60398
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xml_helper/xml_impctx.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlscript/source/xml_helper/xml_impctx.cxx b/xmlscript/source/xml_helper/xml_impctx.cxx index 9c1df5f7cd92..face4f5ca01f 100644 --- a/xmlscript/source/xml_helper/xml_impctx.cxx +++ b/xmlscript/source/xml_helper/xml_impctx.cxx @@ -179,8 +179,7 @@ DocumentHandlerImpl::DocumentHandlerImpl( m_aLastURI_lookup( "<<< unknown URI >>>" ), m_nLastPrefix_lookup( UID_UNKNOWN ), m_aLastPrefix_lookup( "<<< unknown URI >>>" ), - m_nSkipElements( 0 ), - m_pMutex( nullptr ) + m_nSkipElements( 0 ) { m_elements.reserve( 10 ); |