summaryrefslogtreecommitdiff
path: root/sw/source/uibase/misc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-06 20:12:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-06 21:52:20 +0200
commit84a56eac83f220fd917a5433fe9da4b7815dfff6 (patch)
treef02806412cb23061828ca6209ddb91a8d662b986 /sw/source/uibase/misc
parent8ef6be73325dbb6761b247ff187c709ba0f81bfb (diff)
loplugin:constparams in sw part7
Change-Id: Iaace9c024649481b2f7cdd67aaf1e86624fe0d4a Reviewed-on: https://gerrit.libreoffice.org/40811 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/misc')
-rw-r--r--sw/source/uibase/misc/redlndlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx
index f3406795c179..4785e25b8906 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -62,7 +62,7 @@ static bool bSortDir = true;
SwRedlineAcceptChild::SwRedlineAcceptChild( vcl::Window* _pParent,
sal_uInt16 nId,
SfxBindings* pBindings,
- SfxChildWinInfo* pInfo ) :
+ SfxChildWinInfo const * pInfo ) :
SwChildWinWrapper( _pParent, nId )
{
SetWindow( VclPtr<SwModelessRedlineAcceptDlg>::Create( pBindings, this, _pParent) );