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
committerGülşah Köse <gulsah.kose@collabora.com>2021-01-28 15:46:14 +0100
commit62ee7fdce30d8e1deb6df80b73577ef6164a5a90 (patch)
treef27190c21c80865fa12a1efd592cc85daf53f86b /oox/inc
parentdbac52a2b56337c2086a18bf6cf3ebe6ac0c785e (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>
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