diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2019-05-13 01:02:07 +0200 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2019-05-13 18:14:26 +0200 |
commit | f4ba484183a1e7b9824f10580d633466c266828f (patch) | |
tree | 5795d2c442e3dbb3496fcfd5ac6f5bd8ddc39e15 /oox/inc | |
parent | 8401a26363bf7cb3c30bf783b3f8978f4b69e4c4 (diff) |
ooxml import: supprt cropping to shape
Change-Id: I7bdc959921ecb0cbf19037a78b63eaeb8fc52814
Reviewed-on: https://gerrit.libreoffice.org/72206
Tested-by: Jenkins
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/drawingml/graphicproperties.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/inc/drawingml/graphicproperties.hxx b/oox/inc/drawingml/graphicproperties.hxx index 01dd96cf8f2d..7a227f8cc949 100644 --- a/oox/inc/drawingml/graphicproperties.hxx +++ b/oox/inc/drawingml/graphicproperties.hxx @@ -40,12 +40,13 @@ struct GraphicProperties { BlipFillProperties maBlipProps; ///< Properties for the graphic. OUString m_sMediaPackageURL; ///< Audio/Video URL. + bool mbIsCustomShape = false; css::uno::Reference<css::io::XInputStream> m_xMediaStream; ///< Audio/Video input stream. /** Writes the properties to the passed property map. */ void pushToPropMap( PropertyMap& rPropMap, - const GraphicHelper& rGraphicHelper ) const; + const GraphicHelper& rGraphicHelper) const; }; } // namespace drawingml |