summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2021-01-28 09:37:58 +0300
committerXisco Fauli <xiscofauli@libreoffice.org>2021-02-16 11:59:51 +0100
commit5f4808d7536a4c551c8764ac2ac6be30ad975f69 (patch)
tree58f428946c1bbcf94f09b2ba583bae41293e9831 /oox/inc
parent1c89de1ffce80e228eafca327d4f90a5c5487e55 (diff)
tdf#134210 Apply mirror property to custom cropped graphic.
Change-Id: I5bf2ba8fa432af8b6a560cc60c18bef799834fd0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110039 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com> Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110972
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/drawingml/graphicproperties.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/oox/inc/drawingml/graphicproperties.hxx b/oox/inc/drawingml/graphicproperties.hxx
index 85b47dbff593..48d1acf61931 100644
--- a/oox/inc/drawingml/graphicproperties.hxx
+++ b/oox/inc/drawingml/graphicproperties.hxx
@@ -43,7 +43,9 @@ struct GraphicProperties
/** Writes the properties to the passed property map. */
void pushToPropMap(
PropertyMap& rPropMap,
- const GraphicHelper& rGraphicHelper) const;
+ const GraphicHelper& rGraphicHelper,
+ bool bFlipH = false,
+ bool bFlipV = false) const;
};
} // namespace oox::drawingml