diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-11 12:35:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-12 08:49:53 +0200 |
commit | e1d3ecb498c9b28731392a6cb8557fe73fcfb5e9 (patch) | |
tree | ad38427e73be092e7ee33c98e1c24874e3230a0e /stoc | |
parent | 97930797d2346ceaded866fd7c1dd4c3c9916015 (diff) |
loplugin:simplifyconstruct in stoc..svl
Change-Id: I81d465d66a979e9a1e092e5d23ed339840d1fb2d
Reviewed-on: https://gerrit.libreoffice.org/60315
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/corereflection/base.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stoc/source/corereflection/base.hxx b/stoc/source/corereflection/base.hxx index bf2b93ad8d24..7c02a09edaf0 100644 --- a/stoc/source/corereflection/base.hxx +++ b/stoc/source/corereflection/base.hxx @@ -213,7 +213,6 @@ public: const OUString & rName, typelib_TypeClass eTypeClass, typelib_TypeDescription * pTypeDescr ) : IdlClassImpl( pReflection, rName, eTypeClass, pTypeDescr ) - , _pSortedMemberInit( nullptr ) , _nMethods( 0 ) , _nAttributes( 0 ) {} @@ -249,7 +248,6 @@ public: const OUString & rName, typelib_TypeClass eTypeClass, typelib_TypeDescription * pTypeDescr ) : IdlClassImpl( pReflection, rName, eTypeClass, pTypeDescr ) - , _pFields( nullptr ) {} virtual ~CompoundIdlClassImpl() override; @@ -312,7 +310,6 @@ public: const OUString & rName, typelib_TypeClass eTypeClass, typelib_TypeDescription * pTypeDescr ) : IdlClassImpl( pReflection, rName, eTypeClass, pTypeDescr ) - , _pFields( nullptr ) {} virtual ~EnumIdlClassImpl() override; |