From 5440274a2a295fb2662ea415f25b89fc298930c8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Sep 2019 13:31:32 +0200 Subject: loplugin:constmethod in reportdesign Change-Id: I0076890abb4b5bb179171353b19097f6ebf8aa31 Reviewed-on: https://gerrit.libreoffice.org/79542 Tested-by: Jenkins Reviewed-by: Noel Grandin --- reportdesign/source/ui/inc/dlgedfunc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportdesign/source/ui/inc') diff --git a/reportdesign/source/ui/inc/dlgedfunc.hxx b/reportdesign/source/ui/inc/dlgedfunc.hxx index e4a546d9f76d..a7bfac55421d 100644 --- a/reportdesign/source/ui/inc/dlgedfunc.hxx +++ b/reportdesign/source/ui/inc/dlgedfunc.hxx @@ -73,7 +73,7 @@ protected: returns true, as long as only customshapes in the marked list, custom shapes can drop every where */ - bool isOnlyCustomShapeMarked(); + bool isOnlyCustomShapeMarked() const; /** activate object if it is of type OBJ_OLE2 */ -- cgit