summaryrefslogtreecommitdiffstats
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-17 09:12:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-17 08:59:30 +0100
commit20ff62d319d9a8195a59d5b27ccc52d9000992c0 (patch)
treef32c6393778d7718e1cdda7f2281f8dfbf4dd591 /include/filter
parenttdf#125949 Allow the slide to continue with freezing animation. (diff)
downloadcore-20ff62d319d9a8195a59d5b27ccc52d9000992c0.tar.gz
core-20ff62d319d9a8195a59d5b27ccc52d9000992c0.zip
loplugin:expandablemethods
Change-Id: Ifc269d9996928085a3ab78033788465b4f029368 Reviewed-on: https://gerrit.libreoffice.org/85255 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/msdffimp.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index efb71e6737ee..593a79b145f6 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -289,7 +289,6 @@ public:
virtual ~SvxMSDffImportData() override;
bool empty() const { return m_Records.empty(); }
void insert(std::unique_ptr<SvxMSDffImportRec> pImpRec);
- void unmap(const SdrObject* pObj) { m_ObjToRecMap.erase(pObj); }
size_t size() const { return m_Records.size(); }
SvxMSDffImportRec* find(const SdrObject* pObj);
MSDffImportRecords::const_iterator begin() const { return m_Records.begin(); }