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/sidebar/ResourceManager.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/sidebar/ResourceManager.cxx')
-rw-r--r-- | sfx2/source/sidebar/ResourceManager.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/sidebar/ResourceManager.cxx b/sfx2/source/sidebar/ResourceManager.cxx index 3fdfcb25a7b1..6c3452e70fc3 100644 --- a/sfx2/source/sidebar/ResourceManager.cxx +++ b/sfx2/source/sidebar/ResourceManager.cxx @@ -98,9 +98,6 @@ css::uno::Sequence<OUString> BuildContextList (const ContextList& rContextList) } //end anonymous namespace ResourceManager::ResourceManager() - : maDecks(), - maPanels(), - maProcessedApplications() { ReadDeckList(); ReadPanelList(); |