summaryrefslogtreecommitdiffstats
path: root/svtools/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-18 12:53:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-19 09:26:05 +0200
commit7b83ed313e0e54cb7da4525d13f63937e10867fa (patch)
treee5b950d14cfb8461f5ffb81af1af023b546024f7 /svtools/inc
parentenhance unusedfields plugin to find readonly fields (diff)
downloadcore-7b83ed313e0e54cb7da4525d13f63937e10867fa.tar.gz
core-7b83ed313e0e54cb7da4525d13f63937e10867fa.zip
loplugin:constparams in svtools
Change-Id: I2620419828864363af55011abe56143bb7d42f48 Reviewed-on: https://gerrit.libreoffice.org/40154 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/roadmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/roadmap.hxx b/svtools/inc/roadmap.hxx
index ceae5b7ea9e9..193ceac94060 100644
--- a/svtools/inc/roadmap.hxx
+++ b/svtools/inc/roadmap.hxx
@@ -104,7 +104,7 @@ private:
void DeselectOldRoadmapItems();
ItemId GetNextAvailableItemId( ItemIndex NewIndex );
ItemId GetPreviousAvailableItemId( ItemIndex NewIndex );
- RoadmapItem* GetByPointer(vcl::Window* pWindow);
+ RoadmapItem* GetByPointer(vcl::Window const * pWindow);
RoadmapItem* InsertHyperLabel( ItemIndex Index, const OUString& _aStr, ItemId RMID, bool _bEnabled, bool _bIncomplete );
void UpdatefollowingHyperLabels( ItemIndex Index );
};