summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-10-19 18:30:47 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-11-07 10:45:07 +0100
commitda612badf7897ab41aa99437e5df874934596fd9 (patch)
tree47cb428485ca1111d99ef34dc5492727fb01e758 /filter
parentf05615df9410cadacfef6843f9c7b6966840d963 (diff)
DOC import: avoid manual swapout call.
No reason to swapout the image directly after the import because it will be used for rendering just a second later. Change-Id: I78c8ef9225c55f306182dc5efd7bcaf0e88521c0
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 743409f9e110..a333223a1ea0 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -3974,7 +3974,6 @@ SdrObject* SvxMSDffManager::ImportGraphic( SvStream& rSt, SfxItemSet& rSet, cons
Graphic aGraf(static_cast<SdrGrafObj*>(pRet)->GetGraphic());
lcl_ApplyCropping( *this, &rSet, aGraf );
}
- static_cast<SdrGrafObj*>(pRet)->ForceSwapOut();
}
return pRet;