diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-02 09:16:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-02 13:05:05 +0200 |
commit | b1af7083b469eec48783b7a1aaff6d080901fc7f (patch) | |
tree | 5d81585ed67232a1884ffc7146a2401c3c965c19 /stoc | |
parent | a8638dc41540e00c341a82c83e5a11fae5f74c20 (diff) |
clang-tidy:readability-redundant-member-init
Change-Id: I39b9ac81d65f4a269293824642c1b2ec593c0584
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121490
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/corereflection/crefl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stoc/source/corereflection/crefl.cxx b/stoc/source/corereflection/crefl.cxx index 1f53572ff0c6..723e0711fa59 100644 --- a/stoc/source/corereflection/crefl.cxx +++ b/stoc/source/corereflection/crefl.cxx @@ -46,7 +46,6 @@ namespace stoc_corefl IdlReflectionServiceImpl::IdlReflectionServiceImpl( const Reference< XComponentContext > & xContext ) : OComponentHelper( _aComponentMutex ) - , _aElements() { xContext->getValueByName( "/singletons/com.sun.star.reflection.theTypeDescriptionManager" ) >>= _xTDMgr; |