vcl/source/gdi/impgraph.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 27b05720c99b933a6cbb7a881433a70766962195
Author: Ashod Nakashian <[email protected]>
AuthorDate: Tue Jul 18 21:23:13 2023 -0400
Commit: Caolán McNamara <[email protected]>
CommitDate: Tue Oct 10 20:50:09 2023 +0200
vcl: swap out the BinaryDataContainer too
Signed-off-by: Ashod Nakashian <[email protected]>
Change-Id: I2e6ac88ff95903acf2df2070a7c23f4fc135c253
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154606
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Szymon Kłos <[email protected]>
(cherry picked from commit 896fc921cd72b5f0198772f2d4c569b59f51222c)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154615
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index 35a2145aa8e4..f3f877d3b939 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -1308,6 +1308,8 @@ bool ImpGraphic::swapOut()
// reset the swap file
mpSwapFile.reset();
+ mpGfxLink->getDataContainer().swapOut();
+
// mark as swapped out
mbSwapOut = true;