summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/ViewsWindow.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 12:00:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 15:24:44 +0200
commitb9e9dde5ae6f8955b5e6584dd5d809c98bb66814 (patch)
tree909952a82efe372658beed13400ea932106e1426 /reportdesign/source/ui/inc/ViewsWindow.hxx
parent89df47218b77f7c64758583cf1ade59ade5b39c0 (diff)
loplugin:constparams in reportdesign
Change-Id: Ibbaca071e1279a7b5302207fe27e71d2994d6768 Reviewed-on: https://gerrit.libreoffice.org/40713 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign/source/ui/inc/ViewsWindow.hxx')
-rw-r--r--reportdesign/source/ui/inc/ViewsWindow.hxx4
1 files changed, 2 insertions, 2 deletions
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);