diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-08 16:12:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-09 08:10:59 +0200 |
commit | 453879cfd8f4a8e22847043231a0929e4d50f238 (patch) | |
tree | e3f9e78f4be775a31f99e27e20747b54d2e9a941 /sd/source/ui/inc/Client.hxx | |
parent | ec7e3609917092ee00667c78ff40cd4c2f0adec1 (diff) |
loplugin:constfields in sd
Change-Id: Ia072401c71dacf089b9f5213957c2cd25bb1a1b3
Reviewed-on: https://gerrit.libreoffice.org/61553
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc/Client.hxx')
-rw-r--r-- | sd/source/ui/inc/Client.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/Client.hxx b/sd/source/ui/inc/Client.hxx index 408ccd989a9c..a83f7043ac68 100644 --- a/sd/source/ui/inc/Client.hxx +++ b/sd/source/ui/inc/Client.hxx @@ -29,7 +29,7 @@ class ViewShell; class Client : public SfxInPlaceClient { - ViewShell* mpViewShell; + ViewShell* const mpViewShell; SdrOle2Obj* pSdrOle2Obj; virtual void ObjectAreaChanged() override; |