summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/shapepropertymap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/shapepropertymap.hxx')
-rw-r--r--include/oox/drawingml/shapepropertymap.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/oox/drawingml/shapepropertymap.hxx b/include/oox/drawingml/shapepropertymap.hxx
index cc55b24e8ceb..143807175512 100644
--- a/include/oox/drawingml/shapepropertymap.hxx
+++ b/include/oox/drawingml/shapepropertymap.hxx
@@ -81,11 +81,11 @@ typedef o3tl::enumarray<ShapeProperty, sal_Int32> ShapePropertyIds;
struct OOX_DLLPUBLIC ShapePropertyInfo
{
const ShapePropertyIds& mrPropertyIds;
- bool const mbNamedLineMarker; /// True = use named line marker instead of explicit line marker.
- bool const mbNamedLineDash; /// True = use named line dash instead of explicit line dash.
- bool const mbNamedFillGradient; /// True = use named fill gradient instead of explicit fill gradient.
- bool const mbNamedFillBitmap; /// True = use named fill bitmap instead of explicit fill bitmap.
- bool const mbNamedFillHatch; /// True = use named fill hatch instead of explicit fill hatch.
+ bool mbNamedLineMarker; /// True = use named line marker instead of explicit line marker.
+ bool mbNamedLineDash; /// True = use named line dash instead of explicit line dash.
+ bool mbNamedFillGradient; /// True = use named fill gradient instead of explicit fill gradient.
+ bool mbNamedFillBitmap; /// True = use named fill bitmap instead of explicit fill bitmap.
+ bool mbNamedFillHatch; /// True = use named fill hatch instead of explicit fill hatch.
static ShapePropertyInfo DEFAULT; /// Default property info (used as default parameter of other methods).
@@ -155,7 +155,7 @@ private:
private:
ModelObjectHelper& mrModelObjHelper;
- ShapePropertyInfo const maShapePropInfo;
+ ShapePropertyInfo maShapePropInfo;
};