From bdc8fda4be875ff9cfa9c3f4b5e40284a8637374 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Sep 2019 13:31:52 +0200 Subject: loplugin:constmethod in sc Change-Id: I78c4fb4acf21756f91582caee5e30e3ad1fc2ae4 Reviewed-on: https://gerrit.libreoffice.org/79543 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/stlpool.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/stlpool.hxx') diff --git a/sc/inc/stlpool.hxx b/sc/inc/stlpool.hxx index b9c00aaa049c..1b8e975d5d3b 100644 --- a/sc/inc/stlpool.hxx +++ b/sc/inc/stlpool.hxx @@ -49,7 +49,7 @@ public: void CopyStyleFrom( ScStyleSheetPool* pSrcPool, const OUString& rName, SfxStyleFamily eFamily ); - bool HasStandardStyles() { return bHasStandardStyles; } + bool HasStandardStyles() const { return bHasStandardStyles; } ScStyleSheet* FindCaseIns( const OUString& rName, SfxStyleFamily eFam ); -- cgit