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 /sfx2/source/statbar/stbitem.cxx | |
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 'sfx2/source/statbar/stbitem.cxx')
-rw-r--r-- | sfx2/source/statbar/stbitem.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx index 5daf22dae11b..494bb186ba03 100644 --- a/sfx2/source/statbar/stbitem.cxx +++ b/sfx2/source/statbar/stbitem.cxx @@ -137,8 +137,7 @@ SfxStatusBarControl::SfxStatusBarControl for which no specific ones have been registered. */ -: svt::StatusbarController(), - nSlotId( nSlotID ), +: nSlotId( nSlotID ), nId( nCtrlID ), pBar( &rBar ) { |