summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/graphicshapecontext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-12 17:12:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-15 07:56:21 +0200
commita84e3df74eecc8778e3d5be5dd80ad4ddb511edf (patch)
tree37c5f3584aab3fd520dbe0daf0950d7bbb3173c1 /include/oox/drawingml/graphicshapecontext.hxx
parentfb1d3b580763a333bbbfe115d09e1b5cd8849675 (diff)
loplugin:constfields in oox
Change-Id: I1e110d193ebfa30ab1ab0d85bfb6dc409e341439 Reviewed-on: https://gerrit.libreoffice.org/61728 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 5b520e468089..21790636e678 100644
--- a/include/oox/drawingml/graphicshapecontext.hxx
+++ b/include/oox/drawingml/graphicshapecontext.hxx
@@ -51,8 +51,8 @@ public:
virtual void onEndElement() override;
private:
- bool mbEmbedShapesInChart;
- ::oox::core::ContextHandler2Helper* mpParent;
+ bool const mbEmbedShapesInChart;
+ ::oox::core::ContextHandler2Helper* const mpParent;
};