summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlictxt.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-02-09 11:48:11 +0100
committerMichael Stahl <mstahl@redhat.com>2017-02-09 13:17:42 +0100
commit6b198399090ae5a963ad5075f396716252ccdea1 (patch)
treee772deccd0fc48dd250e55f974cabcf56226b1ec /include/xmloff/xmlictxt.hxx
parenti#124243 sd: add unit test for ODF import of glue points on SVG shape (diff)
downloadcore-6b198399090ae5a963ad5075f396716252ccdea1.tar.gz
core-6b198399090ae5a963ad5075f396716252ccdea1.zip
xmloff: remove onDemandRescueUsefulDataFromTemporary
This workaround, which is both complex and quite incomplete, should no longer be necessary because the fixes for tdf#103567 should also fix i#124143, see unit test in previous commit. Change-Id: I038f238d5e3cf5cadfc666196380b7b351543982
Diffstat (limited to 'include/xmloff/xmlictxt.hxx')
-rw-r--r--include/xmloff/xmlictxt.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx
index d68f6dd46109..554ecbe4e9e2 100644
--- a/include/xmloff/xmlictxt.hxx
+++ b/include/xmloff/xmlictxt.hxx
@@ -113,11 +113,6 @@ public:
virtual void SAL_CALL characters(const OUString & aChars) override;
- // #i124143# allow to copy evtl. useful data from another temporary import context, e.g. used to
- // support multiple images and to rescue evtl. GluePoints imported with one of the
- // to be deprecated contents
- virtual void onDemandRescueUsefulDataFromTemporary( const SvXMLImportContext& rCandidate );
-
void AddFirstRef();
void AddNextRef();
void ReleaseRef();