summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2018-01-25 18:32:53 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2018-01-26 12:28:46 +0100
commit232251e11aecf051bc0e2a915e5af6c0d3650469 (patch)
treef22cf0f42e8a5862a3f194cd52201865a7a7a3cb /include/oox
parentd999b55e28d0445df870f69b3a269964e3635def (diff)
tdf#107608: PPTX: Import pattern fill background color
Change-Id: Ic7e9dc314c961605fc8467eebd465fa286993e17 Reviewed-on: https://gerrit.libreoffice.org/48633 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/drawingml/shapepropertymap.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oox/drawingml/shapepropertymap.hxx b/include/oox/drawingml/shapepropertymap.hxx
index 2ff40651ec33..86dbd569ebc7 100644
--- a/include/oox/drawingml/shapepropertymap.hxx
+++ b/include/oox/drawingml/shapepropertymap.hxx
@@ -73,7 +73,8 @@ enum class ShapeProperty
FillHatch,
ShadowXDistance,
FillBitmapNameFromUrl,
- LAST = FillBitmapNameFromUrl
+ FillBackground,
+ LAST = FillBackground
};
typedef o3tl::enumarray<ShapeProperty, sal_Int32> ShapePropertyIds;