summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-12-02 10:23:57 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2020-12-02 20:03:10 +0100
commit528f1ddc89020b3640b901ab213bdf699ad22fda (patch)
tree3cfcaf19ad842630a12fc96584477148648d2f01 /sd
parentdb72eef56a99392af2579bb9a4026519e843c3bf (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/+/107033
Diffstat (limited to 'sd')
-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 b17dc66364e9..0c5ab79f3c82 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -1712,7 +1712,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";
}
}
}