diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-01 09:12:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-01 14:34:18 +0200 |
commit | 7a55297c50d26a19536c082760ec0acd52eabcfa (patch) | |
tree | f98658d8e680676a5015beeb81c6398e78c9ce59 /sc/inc | |
parent | c356e5e0530e609a2ae9e8b11fb3c4ed43f966d4 (diff) |
clang-tidy:readability-redundant-member-init
Change-Id: I8553b1e2b1c3461fa55eb19593b1a97ed9e7ab1f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121433
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/viewopti.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx index 829fb451442c..79819e7ca324 100644 --- a/sc/inc/viewopti.hxx +++ b/sc/inc/viewopti.hxx @@ -65,7 +65,7 @@ enum ScVObjType class ScGridOptions : public SvxOptionsGrid { public: - ScGridOptions() : SvxOptionsGrid() {} + ScGridOptions() {} ScGridOptions( const SvxOptionsGrid& rOpt ) : SvxOptionsGrid( rOpt ) {} void SetDefaults(); |