From 1902f1e4c787293559378f3d8cb9c10c369f8ae4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 28 Sep 2019 14:21:57 +0200 Subject: loplugin:constmethod in sd Change-Id: I063194abe47d8c1d3d9202bbe4b01d79c36ceda3 Reviewed-on: https://gerrit.libreoffice.org/79790 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/view/viewshel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/view/viewshel.cxx') diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index d2101ec67f3e..45a775aa3375 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -518,7 +518,7 @@ void ViewShell::SetCursorMm100Position(const Point& rPosition, bool bPoint, bool } } -uno::Reference ViewShell::GetSelectionTransferrable() +uno::Reference ViewShell::GetSelectionTransferrable() const { SdrView* pSdrView = GetView(); if (!pSdrView) -- cgit