summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/unocontrol.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-09-05 15:57:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-09-06 09:04:17 +0200
commit03d8a9209140a68d29b7441b3588f022cfcaee7c (patch)
tree15da3ccac0bcd9913b7528535c7381eb34e1402b /toolkit/source/controls/unocontrol.cxx
parentf547cf17a179ebd7de5c2b4dd2d00d0027a25429 (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/unocontrol.cxx')
-rw-r--r--toolkit/source/controls/unocontrol.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx
index 841c9e869773..0546801f2146 100644
--- a/toolkit/source/controls/unocontrol.cxx
+++ b/toolkit/source/controls/unocontrol.cxx
@@ -125,8 +125,7 @@ struct UnoControl_Data
bool bLocalizationSupport;
UnoControl_Data()
- :aSuspendedPropertyNotifications()
- ,bLocalizationSupport( false )
+ :bLocalizationSupport( false )
{
}
};