summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/graphicshapecontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/graphicshapecontext.hxx')
-rw-r--r--include/oox/drawingml/graphicshapecontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/drawingml/graphicshapecontext.hxx b/include/oox/drawingml/graphicshapecontext.hxx
index 14b49f23615c..655e15a31ea3 100644
--- a/include/oox/drawingml/graphicshapecontext.hxx
+++ b/include/oox/drawingml/graphicshapecontext.hxx
@@ -51,8 +51,8 @@ public:
virtual void onEndElement() override;
private:
- bool const mbEmbedShapesInChart;
- ::oox::core::ContextHandler2Helper* const mpParent;
+ bool mbEmbedShapesInChart;
+ ::oox::core::ContextHandler2Helper* mpParent;
};