summaryrefslogtreecommitdiff
path: root/include/svx/svdlayer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-01-23 09:09:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-23 12:02:13 +0100
commitd8e31a35931de18bf71591ef84ac72f50bd73ef6 (patch)
tree931bbcc65e7bbd6b47167a8ccbd33094d317d2b9 /include/svx/svdlayer.hxx
parentb4ca7bd5377b8fa219fcf1d5daf26035eb4f1ee2 (diff)
loplugin:constparams in svx
Change-Id: Ie37288e4b9f064e309df81830f3a07507525bc55 Reviewed-on: https://gerrit.libreoffice.org/66771 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdlayer.hxx')
-rw-r--r--include/svx/svdlayer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdlayer.hxx b/include/svx/svdlayer.hxx
index dca763194356..491dcd253bf1 100644
--- a/include/svx/svdlayer.hxx
+++ b/include/svx/svdlayer.hxx
@@ -140,7 +140,7 @@ public:
SdrLayer* GetLayer(sal_uInt16 i) { return maLayers[i].get(); }
const SdrLayer* GetLayer(sal_uInt16 i) const { return maLayers[i].get(); }
- sal_uInt16 GetLayerPos(SdrLayer* pLayer) const;
+ sal_uInt16 GetLayerPos(const SdrLayer* pLayer) const;
SdrLayer* GetLayer(const OUString& rName);
const SdrLayer* GetLayer(const OUString& rName) const;