summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpobjfactory.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-18 15:18:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 06:33:41 +0000
commite140e40c12118f3af630545a773bece8aaf3a18c (patch)
treeb3644bf17752a292649682139fb42cd832a5d4d0 /lotuswordpro/source/filter/lwpobjfactory.cxx
parentloplugin:expandablemethodds in filter..forms (diff)
downloadcore-e140e40c12118f3af630545a773bece8aaf3a18c.tar.gz
core-e140e40c12118f3af630545a773bece8aaf3a18c.zip
loplugin:expandablemethodds in lotuswordpro..package
Change-Id: Id33d88edc4be00f4238792d885e392cc08e72386 Reviewed-on: https://gerrit.libreoffice.org/30017 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/source/filter/lwpobjfactory.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpobjfactory.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/lotuswordpro/source/filter/lwpobjfactory.cxx b/lotuswordpro/source/filter/lwpobjfactory.cxx
index d2bbaa353b4d..fa4faf1f3e68 100644
--- a/lotuswordpro/source/filter/lwpobjfactory.cxx
+++ b/lotuswordpro/source/filter/lwpobjfactory.cxx
@@ -105,18 +105,9 @@ LwpObjectFactory::LwpObjectFactory(LwpSvStream* pSvStream)
LwpObjectFactory::~LwpObjectFactory()
{
- if(!m_IdToObjList.empty())
- ClearObjectMap();
}
/**
- * @descr clear object map and delete all objects
-*/
-void LwpObjectFactory::ClearObjectMap()
-{
- m_IdToObjList.clear();
-}
-/**
* @descr read the index manager
*/
void LwpObjectFactory::ReadIndex(LwpSvStream* pStrm)