summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-03 20:56:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-04 10:47:36 +0100
commit6dd3c694e78deddcd84546f65e40a571b6e32b7d (patch)
tree59ecbbf2cd047b6b84a6d55e55944ba3edb45016 /filter
parent65aeaac24dcad9bfbe7fecf54eab84c57a39857c (diff)
ofz#18683 NotifyFreeObj override is not helpful
the base one works fine, the override on the SvxMSDffClientData is sufficient to do what we want here if the base method check of groupobj children was in use Change-Id: I8ee65532d95c167ee83d6c2918dd0b8508d98b48 Reviewed-on: https://gerrit.libreoffice.org/81969 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/svdfppt.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index f9da59d7aca7..a122e6aac203 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -739,11 +739,6 @@ void ProcessData::NotifyFreeObj(SdrObject* pObj)
}
}
-void SdrEscherImport::NotifyFreeObj(SvxMSDffClientData& rData, SdrObject* pObj)
-{
- rData.NotifyFreeObj(pObj);
-}
-
/* ProcessObject is called from ImplSdPPTImport::ProcessObj to handle all application specific things,
such as the import of text, animation effects, header footer and placeholder.