summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-08-31 14:52:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-09-01 08:54:20 +0200
commiteb9d34dadbf78fd09ff39ba46d0e48c6ae9f9940 (patch)
treebb92a427ba201b8a0ce81faa42391db30e33e90c /basctl
parent5d0860ed0600904a03459e8bf5a6792c671463a4 (diff)
clang-tidy:readability-redundant-member-init
Change-Id: I2fc0a1f5a637b3228d8f49ecd0e0769d6872cdc6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121375 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/dlged/dlgedmod.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/dlged/dlgedmod.cxx b/basctl/source/dlged/dlgedmod.cxx
index 3bc5453ad66f..017e4b16c78f 100644
--- a/basctl/source/dlged/dlgedmod.cxx
+++ b/basctl/source/dlged/dlgedmod.cxx
@@ -22,10 +22,7 @@
namespace basctl
{
-DlgEdModel::DlgEdModel()
- : SdrModel()
-{
-}
+DlgEdModel::DlgEdModel() {}
DlgEdModel::~DlgEdModel() {}