diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-02-09 11:48:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-02-09 13:17:42 +0100 |
commit | 6b198399090ae5a963ad5075f396716252ccdea1 (patch) | |
tree | e772deccd0fc48dd250e55f974cabcf56226b1ec /include/xmloff/xmlictxt.hxx | |
parent | dbc31190532be3d3f0d8fb313b9d7247c2eb6135 (diff) |
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.hxx | 5 |
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(); |