summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-12-02 10:23:57 +0100
committerMichael Stahl <michael.stahl@cib.de>2020-12-04 13:22:22 +0100
commit2d253ef05719144f5e3d5a773caf8f0b5ec0a02c (patch)
treeb3b6d2135afe1cfe3173d0c02ff67a3598fdff9d /sd/source
parent665c9ecfca2150f3e457cb36f336798cbed4d098 (diff)
related: tdf#127086: PPT: export custom shapes as Bitmap
this way the cropping is kept after roundtrip found while working on fix for tdf#128501 Change-Id: I5cf023b469407d5a70d83cbb5b499b2a1d6310e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107051 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins (cherry picked from commit 0956226ca535a62ab22d8d2502b159037c327f7d) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107095 Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/filter/eppt/epptso.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx
index b29c9c9d9e5f..153ef6f9bc3b 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -1711,7 +1711,7 @@ void PPTWriter::ImplWritePage( const PHLayout& rLayout, EscherSolverContainer& a
// We can't map this custom shape to a PPT preset and it has a bitmap
// fill. Make sure that at least the bitmap fill is not lost.
mType = "drawing.GraphicObject";
- aGraphicPropertyName = "FillBitmap";
+ aGraphicPropertyName = "Bitmap";
}
}
}