diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-08 19:32:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-09 08:18:01 +0200 |
commit | 38a98c2999bb0710e383ab6b326f3aa5165ee035 (patch) | |
tree | 03a728287a707c734b12f0c35251dc2fe32d4f0c /idl | |
parent | 278e66488135c8fa2714520d056573c64ea803cf (diff) |
loplugin:simplifyconstruct in helpcompiler..io
Change-Id: Ibdc1933b5d8d6be1fe42a7df93bd7e1c903bb39b
Reviewed-on: https://gerrit.libreoffice.org/60202
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/prj/database.cxx | 1 | ||||
-rw-r--r-- | idl/source/prj/globals.cxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index a7c3087a606b..e6521bdbf37b 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -46,7 +46,6 @@ SvIdlDataBase::SvIdlDataBase( const SvCommand& rCmd ) : bExport( false ) , nUniqueId( 0 ) , nVerbosity( rCmd.nVerbosity ) - , pIdTable( nullptr ) { sSlotMapFile = rCmd.aSlotMapFile; } diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx index f57445b56828..a2375a845edf 100644 --- a/idl/source/prj/globals.cxx +++ b/idl/source/prj/globals.cxx @@ -34,9 +34,6 @@ IdlDll & GetIdlApp() } IdlDll::IdlDll() - : pHashTable( nullptr ) - , pGlobalNames( nullptr ) - {} IdlDll::~IdlDll() |