summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-03-28 09:07:05 +0100
committerJan Holesovsky <kendy@collabora.com>2019-03-28 09:07:05 +0100
commita0ac37b9bc45c6016336447ab2ff5a5a251d5bdc (patch)
tree849c13579dcb34ffa6a0a28b47ab3ba9c7c30ac1 /sd
parentf1552a8bb74a5eb07ad7e675a50f60dec935b9e3 (diff)
Revert "pdfium: Share the GfxLink for PDF files."
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/pdf/sdpdffilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/pdf/sdpdffilter.cxx b/sd/source/filter/pdf/sdpdffilter.cxx
index 95daaeb479f1..a4747456123b 100644
--- a/sd/source/filter/pdf/sdpdffilter.cxx
+++ b/sd/source/filter/pdf/sdpdffilter.cxx
@@ -128,7 +128,7 @@ bool SdPdfFilter::Import()
Graphic aGraphic(aBitmap);
aGraphic.setPdfData(pPdfData);
aGraphic.setPageNumber(nPageNumber);
- aGraphic.SetSharedLink(pGfxLink);
+ aGraphic.SetLink(aGfxLink);
aGraphic.setOriginURL(aFileName);
// Create the page and insert the Graphic.