From b9e9dde5ae6f8955b5e6584dd5d809c98bb66814 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Aug 2017 12:00:16 +0200 Subject: loplugin:constparams in reportdesign Change-Id: Ibbaca071e1279a7b5302207fe27e71d2994d6768 Reviewed-on: https://gerrit.libreoffice.org/40713 Tested-by: Jenkins Reviewed-by: Noel Grandin --- reportdesign/source/ui/inc/ViewsWindow.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reportdesign/source/ui/inc/ViewsWindow.hxx') diff --git a/reportdesign/source/ui/inc/ViewsWindow.hxx b/reportdesign/source/ui/inc/ViewsWindow.hxx index 3c3dd882b3a9..50995a252113 100644 --- a/reportdesign/source/ui/inc/ViewsWindow.hxx +++ b/reportdesign/source/ui/inc/ViewsWindow.hxx @@ -187,7 +187,7 @@ namespace rptui * * @param _pSectionView The view where the objects should not be unmarked. */ - void unmarkAllObjects(OSectionView* _pSectionView); + void unmarkAllObjects(OSectionView const * _pSectionView); /** returns the report section window for the given xsection @param _xSection the section @@ -204,7 +204,7 @@ namespace rptui @param _pSectionView the section where to set the marked flag @param _bMark the marked flag */ - void setMarked(OSectionView* _pSectionView, bool _bMark); + void setMarked(OSectionView const * _pSectionView, bool _bMark); void setMarked(const css::uno::Reference< css::report::XSection>& _xSection, bool _bMark); void setMarked(const css::uno::Sequence< css::uno::Reference< css::report::XReportComponent> >& _xShape, bool _bMark); -- cgit