summaryrefslogtreecommitdiff
path: root/include/svx/srchdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-28 14:53:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-29 08:50:12 +0200
commit148a9f29d4bbd31a1d59cb3f078f719cf09d0d90 (patch)
treea903a28846f330369c08bb4f1035fe407b5d2d7f /include/svx/srchdlg.hxx
parent3c75009a677ae950105a65c699b16caf72b516b0 (diff)
loplugin:constparams in svx
Change-Id: Icc388182b9b7b6a6617793be09217f06bed7332d Reviewed-on: https://gerrit.libreoffice.org/40527 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r--include/svx/srchdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index d1f46e013553..287ed879d613 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -95,7 +95,7 @@ class SVX_DLLPUBLIC SvxSearchDialogWrapper : public SfxChildWindow
VclPtr<SvxSearchDialog> dialog;
public:
SvxSearchDialogWrapper( vcl::Window*pParent, sal_uInt16 nId,
- SfxBindings* pBindings, SfxChildWinInfo* pInfo );
+ SfxBindings* pBindings, SfxChildWinInfo const * pInfo );
virtual ~SvxSearchDialogWrapper () override;
SvxSearchDialog *getDialog () { return dialog;}