summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/oox/drawingml/shapepropertymap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/drawingml/shapepropertymap.hxx b/include/oox/drawingml/shapepropertymap.hxx
index bace1978d78a..edbae76f0d6c 100644
--- a/include/oox/drawingml/shapepropertymap.hxx
+++ b/include/oox/drawingml/shapepropertymap.hxx
@@ -72,10 +72,10 @@ enum class ShapeProperty
FillBitmapOffsetY,
FillBitmapRectanglePoint,
FillHatch, /// Explicit fill hatch or name of a fill hatch stored in a global container.
- ShadowXDistance,
- FillBitmapName,
FillBackground,
- LAST = FillBackground
+ FillBitmapName,
+ ShadowXDistance,
+ LAST = ShadowXDistance
};
typedef o3tl::enumarray<ShapeProperty, sal_Int32> ShapePropertyIds;