summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-03-07 16:37:26 +0900
committerTomaž Vajngerl <quikee@gmail.com>2018-03-07 11:05:30 +0100
commit584454cedc57efc98a386dffa2ebae30c0625b8a (patch)
treee48760426ac37a2f3553c992748b1313d4ba430f /oox/inc
parent19b6b8f8946a6fb720806a3f51a06760047d2ffc (diff)
oox: BlipFillProperties rename mxGraphic to mxFillGraphic
Change-Id: Iea4b48e79c7c727bbd7dafd816538f6c1dd25bf8 Reviewed-on: https://gerrit.libreoffice.org/50868 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/drawingml/fillproperties.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/inc/drawingml/fillproperties.hxx b/oox/inc/drawingml/fillproperties.hxx
index 7fe1a3f6033d..45f5c4b40272 100644
--- a/oox/inc/drawingml/fillproperties.hxx
+++ b/oox/inc/drawingml/fillproperties.hxx
@@ -98,8 +98,7 @@ struct ArtisticEffectProperties
struct BlipFillProperties
{
- css::uno::Reference< css::graphic::XGraphic >
- mxGraphic; /// The fill graphic.
+ css::uno::Reference<css::graphic::XGraphic> mxFillGraphic; /// The fill graphic.
OptValue< sal_Int32 > moBitmapMode; /// Bitmap tile or stretch.
OptValue< css::geometry::IntegerRectangle2D >
moFillRect; /// Stretch fill offsets.