diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-05 15:57:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-06 09:04:17 +0200 |
commit | 03d8a9209140a68d29b7441b3588f022cfcaee7c (patch) | |
tree | 15da3ccac0bcd9913b7528535c7381eb34e1402b /toolkit/source/controls/tkspinbutton.cxx | |
parent | f547cf17a179ebd7de5c2b4dd2d00d0027a25429 (diff) |
clang-tidy:readability-redundant-member-init
Change-Id: I8590d67f064dd74da42c0e3bf543f2aadbd2b893
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121693
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/source/controls/tkspinbutton.cxx')
-rw-r--r-- | toolkit/source/controls/tkspinbutton.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/source/controls/tkspinbutton.cxx b/toolkit/source/controls/tkspinbutton.cxx index f6716ae0b6a6..63e9171f3a8c 100644 --- a/toolkit/source/controls/tkspinbutton.cxx +++ b/toolkit/source/controls/tkspinbutton.cxx @@ -196,8 +196,7 @@ public: UnoSpinButtonControl::UnoSpinButtonControl() - :UnoControlBase() - ,maAdjustmentListeners( *this ) + :maAdjustmentListeners( *this ) { } |