summaryrefslogtreecommitdiff
path: root/sw/inc/dpage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 16:49:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 21:32:05 +0200
commit98d7b40986afaf35894f8a7b36530975cae73fa9 (patch)
tree27f059b6118e93a0244b1945e76459bcb560b80d /sw/inc/dpage.hxx
parentf060d6450702c9992948266385aea9aa06000a8a (diff)
loplugin:constparams in sw part2
Change-Id: I51ae0e8caaf46f141d3d15ace47612df1e476de7 Reviewed-on: https://gerrit.libreoffice.org/40735 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/dpage.hxx')
-rw-r--r--sw/inc/dpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dpage.hxx b/sw/inc/dpage.hxx
index c54ca8e0df33..f733280806d1 100644
--- a/sw/inc/dpage.hxx
+++ b/sw/inc/dpage.hxx
@@ -49,7 +49,7 @@ public:
virtual const SdrPageGridFrameList* GetGridFrameList(const SdrPageView* pPV,
const tools::Rectangle *pRect) const override;
- bool RequestHelp( vcl::Window* pWindow, SdrView* pView, const HelpEvent& rEvt );
+ bool RequestHelp( vcl::Window* pWindow, SdrView const * pView, const HelpEvent& rEvt );
virtual css::uno::Reference< css::uno::XInterface > createUnoPage() override;