summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-09-02 09:14:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-09-02 16:06:48 +0200
commit34a9f93018804044b756e0e49c7ea759a65d3dc4 (patch)
treee8a5908463694f5979ab390b2e11db6fa3d9545e /shell
parentc085fc7cd335e3ea50a6bbaedf2f6e8cffadf559 (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')
-rw-r--r--shell/source/cmdmail/cmdmailsuppl.cxx3
-rw-r--r--shell/source/unix/exec/shellexec.cxx1
2 files changed, 1 insertions, 3 deletions
diff --git a/shell/source/cmdmail/cmdmailsuppl.cxx b/shell/source/cmdmail/cmdmailsuppl.cxx
index 12bd5101dba8..c65372f5430e 100644
--- a/shell/source/cmdmail/cmdmailsuppl.cxx
+++ b/shell/source/cmdmail/cmdmailsuppl.cxx
@@ -49,8 +49,7 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::configuration;
-CmdMailSuppl::CmdMailSuppl( const Reference< XComponentContext >& xContext ) :
- WeakImplHelper< XSimpleMailClientSupplier, XSimpleMailClient, XServiceInfo >()
+CmdMailSuppl::CmdMailSuppl( const Reference< XComponentContext >& xContext )
{
m_xConfigurationProvider = theDefaultProvider::get(xContext);
}
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)
{
}