summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.cxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-07 16:06:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-07 16:59:28 +0100
commitb541cd9a8038810ce449f8c49ae179d9d6eaa7e8 (patch)
tree291a876a7d947b43cf9b59ef752e1a38bcb89851 /sw/source/filter/xml/xmlimp.cxx
parent2538188ee85513cb80eb8aa8f925082d86ff711d (diff)
loplugin:unusedmethods
Change-Id: Ib51fd610c5188fe95872d509f004ae88f38c5417 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107351 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/xml/xmlimp.cxx')
-rw-r--r--sw/source/filter/xml/xmlimp.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index feda4bec3ff4..9e06e6e098e8 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -345,8 +345,6 @@ SwXMLImport::~SwXMLImport() throw ()
SAL_WARN("sw", "endDocument skipped, dropping shapes now to avoid dangling SvTextShapeImportHelper pointing to this");
ClearShapeImport();
}
- m_pTableElemTokenMap.reset();
- m_pTableCellAttrTokenMap.reset();
FinitItemImport();
}