diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-31 14:52:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-01 08:54:20 +0200 |
commit | eb9d34dadbf78fd09ff39ba46d0e48c6ae9f9940 (patch) | |
tree | bb92a427ba201b8a0ce81faa42391db30e33e90c /cui/source/customize | |
parent | 5d0860ed0600904a03459e8bf5a6792c671463a4 (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 'cui/source/customize')
-rw-r--r-- | cui/source/customize/acccfg.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx index 2701e7204f34..98f965a6ce9e 100644 --- a/cui/source/customize/acccfg.cxx +++ b/cui/source/customize/acccfg.cxx @@ -834,9 +834,6 @@ SfxAcceleratorConfigPage::SfxAcceleratorConfigPage(weld::Container* pPage, , aFilterAllStr(SfxResId(STR_SFX_FILTERNAME_ALL)) , aFilterCfgStr(CuiResId(RID_SVXSTR_FILTERNAME_CFG)) , m_bStylesInfoInitialized(false) - , m_xGlobal() - , m_xModule() - , m_xAct() , m_aUpdateDataTimer("UpdateDataTimer") , m_xEntriesBox(m_xBuilder->weld_tree_view("shortcuts")) , m_xOfficeButton(m_xBuilder->weld_radio_button("office")) |