summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-15 21:57:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-16 09:29:27 +0200
commit9f3a68efcdf53b1ec2ca8736943f00aeae6e642d (patch)
treed8d0ff38c473960f20b2aa5c5a5724cce20e032f /svx
parent50119846cc9cb666632705dd3a7f95bb4c7b3505 (diff)
cid#1448424 silence Uninitialized pointer field
Change-Id: Ie68cb97a092753185cc31c0b590fe75fad79989b Reviewed-on: https://gerrit.libreoffice.org/75668 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/ctredlin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx
index f912a6fc7f9c..18c7cd44e1fb 100644
--- a/svx/source/dialog/ctredlin.cxx
+++ b/svx/source/dialog/ctredlin.cxx
@@ -79,6 +79,7 @@ SvxRedlinTable::SvxRedlinTable(std::unique_ptr<weld::TreeView> xWriterControl,
Application::GetSettings().GetUILanguageTag().getLocale()))
, xWriterTreeView(std::move(xWriterControl))
, xCalcTreeView(std::move(xCalcControl))
+ , pTreeView(nullptr)
, nDatePos(WRITER_DATE)
, bAuthor(false)
, bDate(false)