summaryrefslogtreecommitdiff
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 17:26:42 +0100
commit0956226ca535a62ab22d8d2502b159037c327f7d (patch)
treea809773aff91bda504f7eb889ad10ff4514851a9
parent2f9325b270fab10f6900aec30ca27135363c4c69 (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
-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";
}
}
}