diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-02 09:14:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-02 16:06:48 +0200 |
commit | 34a9f93018804044b756e0e49c7ea759a65d3dc4 (patch) | |
tree | e8a5908463694f5979ab390b2e11db6fa3d9545e /shell/source/unix | |
parent | c085fc7cd335e3ea50a6bbaedf2f6e8cffadf559 (diff) |
clang-tidy:readability-redundant-member-init
Change-Id: I396b83c089fef3aeb7789c17a3013ce61691504e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121489
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell/source/unix')
-rw-r--r-- | shell/source/unix/exec/shellexec.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx index 87b78fe1d882..5248c934ab16 100644 --- a/shell/source/unix/exec/shellexec.cxx +++ b/shell/source/unix/exec/shellexec.cxx @@ -65,7 +65,6 @@ namespace } ShellExec::ShellExec( const Reference< XComponentContext >& xContext ) : - WeakImplHelper< XSystemShellExecute, XServiceInfo >(), m_xContext(xContext) { } |