From 66e32324f6441818612f088cfa5c8082c8ceea32 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 22 Aug 2017 13:12:06 +0200 Subject: loplugin:constparam in sc part1 Change-Id: I82fba7ebb3b4f018721642c96bbfa615c6a382c3 Reviewed-on: https://gerrit.libreoffice.org/41419 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/docpool.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/docpool.hxx') diff --git a/sc/inc/docpool.hxx b/sc/inc/docpool.hxx index 064481952fcc..a62a03f296ac 100644 --- a/sc/inc/docpool.hxx +++ b/sc/inc/docpool.hxx @@ -43,7 +43,7 @@ public: virtual const SfxPoolItem& Put( const SfxPoolItem&, sal_uInt16 nWhich = 0 ) override; - void StyleDeleted( ScStyleSheet* pStyle ); // delete templates(?) in organizer + void StyleDeleted( const ScStyleSheet* pStyle ); // delete templates(?) in organizer void CellStyleCreated( const OUString& rName, ScDocument* pDoc ); virtual bool GetPresentation( const SfxPoolItem& rItem, MapUnit ePresentationMetric, -- cgit v1.2.3