summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-21 09:27:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-21 11:39:01 +0200
commit7ed178077cc1348d72ae936a2762085e278d79d0 (patch)
tree647c72fc783a77f2347ee06a63e22eee79fef99c /include/sfx2/basedlgs.hxx
parenttemporarily survive missing translations (diff)
downloadcore-7ed178077cc1348d72ae936a2762085e278d79d0.tar.gz
core-7ed178077cc1348d72ae936a2762085e278d79d0.zip
loplugin:constparams in sfx2
Change-Id: Id982c8fb5654433e9db10e2da6a86a6c8d90b9b4 Reviewed-on: https://gerrit.libreoffice.org/40261 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index c92fedf434e8..227a53f5054b 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -101,7 +101,7 @@ protected:
public:
virtual void FillInfo(SfxChildWinInfo&) const;
- void Initialize (SfxChildWinInfo* pInfo);
+ void Initialize (SfxChildWinInfo const * pInfo);
virtual bool EventNotify( NotifyEvent& rNEvt ) override;
SfxBindings& GetBindings()
{ return *pBindings; }
@@ -144,7 +144,7 @@ protected:
public:
virtual void FillInfo(SfxChildWinInfo&) const;
- void Initialize (SfxChildWinInfo* pInfo);
+ void Initialize (SfxChildWinInfo const * pInfo);
DECL_LINK(TimerHdl, Timer *, void);