From 0582346a1ab5ec8d1b81ea3fef1e40db60c90823 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 7 Aug 2017 09:42:02 +0200 Subject: loplugin:constparams in sw part8 Change-Id: I0fb51270da4b8f3049f1af2c2c788e516b3641e8 Reviewed-on: https://gerrit.libreoffice.org/40821 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/uibase/uno/unotxdoc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/uibase/uno/unotxdoc.cxx') diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx index 1e2473fdc6f8..29f8582365e4 100644 --- a/sw/source/uibase/uno/unotxdoc.cxx +++ b/sw/source/uibase/uno/unotxdoc.cxx @@ -245,7 +245,7 @@ static SwTextFormatColl *lcl_GetParaStyle(const OUString& rCollName, SwDoc* pDoc return pColl; } -static void lcl_DisposeView( SfxViewFrame* pToClose, SwDocShell* pDocShell ) +static void lcl_DisposeView( SfxViewFrame* pToClose, SwDocShell const * pDocShell ) { // check if the view frame still exists SfxViewFrame* pFound = SfxViewFrame::GetFirst( pDocShell, false ); -- cgit v1.2.3