summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97/XclExpChangeTrack.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-09-01 09:12:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-09-01 14:34:18 +0200
commit7a55297c50d26a19536c082760ec0acd52eabcfa (patch)
treef98658d8e680676a5015beeb81c6398e78c9ce59 /sc/source/filter/xcl97/XclExpChangeTrack.cxx
parentc356e5e0530e609a2ae9e8b11fb3c4ed43f966d4 (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/source/filter/xcl97/XclExpChangeTrack.cxx')
-rw-r--r--sc/source/filter/xcl97/XclExpChangeTrack.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/xcl97/XclExpChangeTrack.cxx b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
index 225345836793..73480dc7c6dd 100644
--- a/sc/source/filter/xcl97/XclExpChangeTrack.cxx
+++ b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
@@ -1385,7 +1385,6 @@ void EndXmlElement::SaveXml( XclExpXmlStream& rStrm )
XclExpChangeTrack::XclExpChangeTrack( const XclExpRoot& rRoot ) :
XclExpRoot( rRoot ),
- aActionStack(),
pTabIdBuffer( nullptr )
{
OSL_ENSURE( GetOldRoot().pTabId, "XclExpChangeTrack::XclExpChangeTrack - root data incomplete" );