summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-10-21 21:55:24 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-10-21 21:59:14 +0200
commit6e3c36255b9a17095745aba2489b347bccf42423 (patch)
tree20c95a218d179c32224af5ee3972e2dca2416883 /oox
parent760a684155ba4b41a1db56d85374575a20abd375 (diff)
chart series support hatches, tdf#94227
Change-Id: Ib3a1ccda738091466d5e2866823f64b254ed5bab
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/chart/objectformatter.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/drawingml/chart/objectformatter.cxx b/oox/source/drawingml/chart/objectformatter.cxx
index e7461c680798..4ab75cbc52e8 100644
--- a/oox/source/drawingml/chart/objectformatter.cxx
+++ b/oox/source/drawingml/chart/objectformatter.cxx
@@ -514,6 +514,7 @@ static const sal_Int32 spnFilledPropIds[] =
PROP_FillBitmapPositionOffsetX,
PROP_FillBitmapPositionOffsetY,
PROP_FillBitmapRectanglePoint,
+ PROP_FillHatch,
PROP_END_LIST
};