summaryrefslogtreecommitdiffstats
path: root/reportdesign/inc
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/inc
parentDelete nonsense comment (diff)
downloadcore-b9e9dde5ae6f8955b5e6584dd5d809c98bb66814.tar.gz
core-b9e9dde5ae6f8955b5e6584dd5d809c98bb66814.zip
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/inc')
-rw-r--r--reportdesign/inc/RptPage.hxx2
-rw-r--r--reportdesign/inc/UndoEnv.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/inc/RptPage.hxx b/reportdesign/inc/RptPage.hxx
index 9d1f7f5c8c70..c168cd5f942f 100644
--- a/reportdesign/inc/RptPage.hxx
+++ b/reportdesign/inc/RptPage.hxx
@@ -45,7 +45,7 @@ class REPORTDESIGN_DLLPUBLIC OReportPage : public SdrPage
// method to remove temporary objects, created by 'special mode'
// (BegDragObj)
- void removeTempObject(SdrObject *_pToRemoveObj);
+ void removeTempObject(SdrObject const *_pToRemoveObj);
virtual ~OReportPage() override;
diff --git a/reportdesign/inc/UndoEnv.hxx b/reportdesign/inc/UndoEnv.hxx
index 8a148d97610c..3741800d2617 100644
--- a/reportdesign/inc/UndoEnv.hxx
+++ b/reportdesign/inc/UndoEnv.hxx
@@ -105,7 +105,7 @@ namespace rptui
*
* \param _pPage
*/
- void RemoveSection(OReportPage* _pPage);
+ void RemoveSection(OReportPage const * _pPage);
protected:
// XEventListener