diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-05 15:52:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-06 12:51:23 +0200 |
commit | b0aae09e6c565f5578672f38ebb1fed36784bdff (patch) | |
tree | c6bb8a5ebda5c407fd7923691b247de2791c36d0 /sw/source/uibase/dbui | |
parent | 885ef9d4d7ab9b725317c96dc09cd3914de47929 (diff) |
clang-tidy:readability-redundant-member-init
Change-Id: I706eebc3e4e2bbcb9bf250a4864937fd1447498c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121690
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/dbui')
-rw-r--r-- | sw/source/uibase/dbui/dbui.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/dbui/dbui.cxx b/sw/source/uibase/dbui/dbui.cxx index ecec850322b0..a2fb02345f1e 100644 --- a/sw/source/uibase/dbui/dbui.cxx +++ b/sw/source/uibase/dbui/dbui.cxx @@ -49,7 +49,6 @@ PrintMonitor::~PrintMonitor() CreateMonitor::CreateMonitor(weld::Window *pParent) : GenericDialogController(pParent, "modules/swriter/ui/mmcreatingdialog.ui", "MMCreatingDialog") - , m_sCountingPattern() , m_nTotalCount(0) , m_nCurrentPosition(0) , m_xCounting(m_xBuilder->weld_label("progress")) |