summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2021-01-20 00:52:56 +0300
committerMiklos Vajna <vmiklos@collabora.com>2021-01-21 10:52:46 +0100
commit2c96bd26ec488d865370fe9d394e7c4e228e05ab (patch)
tree909bb4d78fe55fbaae205e7a3c3d44832dc61d36 /oox/inc
parente2b3b0b36558c719795644bdfa2853db5a8d6db7 (diff)
tdf#134210 Import support for custom stretch values.
Change-Id: I33ced8d667e37b7fb79f4c87b689f45966ac0097 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109658 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/fillproperties.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/inc/drawingml/fillproperties.hxx b/oox/inc/drawingml/fillproperties.hxx
index cf26acfc17d6..f308f6aaec0d 100644
--- a/oox/inc/drawingml/fillproperties.hxx
+++ b/oox/inc/drawingml/fillproperties.hxx
@@ -146,7 +146,8 @@ struct FillProperties
sal_Int32 nShapeRotation = 0,
::Color nPhClr = API_RGB_TRANSPARENT,
bool bFlipH = false,
- bool bFlipV = false ) const;
+ bool bFlipV = false,
+ bool bIsCustomShape = false ) const;
};
} // namespace oox::drawingml