diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-04 13:44:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-05 09:28:12 +0200 |
commit | c2139cafe6240991f88b85c1df12613d0ae0e821 (patch) | |
tree | c37c94d0f1ece0d21d87dc780abd4c1d88004f35 /bridges | |
parent | 51dca926f5968e9227391f7c47d25b9442178eaa (diff) |
loplugin:simplifyconstruct in accessibility..bridges
Change-Id: I08f6a64b50f03d1b08027a2ac9e51442255d64bc
Reviewed-on: https://gerrit.libreoffice.org/59976
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/jni_uno/jni_info.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bridges/source/jni_uno/jni_info.cxx b/bridges/source/jni_uno/jni_info.cxx index 045ac44ee6be..70839e168eb2 100644 --- a/bridges/source/jni_uno/jni_info.cxx +++ b/bridges/source/jni_uno/jni_info.cxx @@ -232,8 +232,7 @@ void JNI_compound_type_info::destroy( JNIEnv * jni_env ) JNI_compound_type_info::JNI_compound_type_info( JNI_context const & jni, typelib_TypeDescription * td_ ) : JNI_type_info( jni, td_ ), - m_exc_ctor( nullptr ), - m_fields( nullptr ) + m_exc_ctor( nullptr ) { assert( m_td.get()->eTypeClass == typelib_TypeClass_STRUCT || m_td.get()->eTypeClass == typelib_TypeClass_EXCEPTION ); |