summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews6.cxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-09-22 07:29:34 +0200
committerAndras Timar <andras.timar@collabora.com>2020-10-06 08:24:17 +0200
commit8c75dc8cdae09aeae447862cdfc1fda948bc369d (patch)
tree92480eb2e78ef51a33fb2ac6e8c8d007cf4003e2 /sd/source/ui/view/drviews6.cxx
parent3e94f095c4f5db0a132e94de471ba82b6cc1380f (diff)
docx export: Use checksum as key to cache graphic, not Graphic*
The problem is when we have multiple identical images in the document and try to export. Without this change, the images will be duplicated because the cache is using Graphic*, for which the instance changes all the time (is not unique). Using the checksum will make sure that all the images with the same content will be saved as one image into the document. Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103132 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> (cherry picked from commit 8679bf3ec608aec277fd677082aa5c38e63a65ce) Change-Id: I980af2dba51060ce4320571aca14d21e26ed8976 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103406 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> (cherry picked from commit 0120fecc22b36a55a2a25573a7a9632319b2b0ff) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103606 Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sd/source/ui/view/drviews6.cxx')
0 files changed, 0 insertions, 0 deletions