From 9585c8b8c8d8724cc1bad4a2060c828c15599929 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 22 Mar 2016 10:58:54 +0200 Subject: loplugin:constantparam in sw Change-Id: I56925a8fd776b3ee787cc26adbaa08c58dd022c0 --- sw/inc/postithelper.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sw/inc/postithelper.hxx') diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index 373429b4782b..64cc025ec73e 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -125,9 +125,8 @@ class SwAnnotationItem: public SwSidebarItem public: SwAnnotationItem( SwFormatField& rFormatField, - const bool aShow, const bool aFocus) - : SwSidebarItem( aShow, aFocus ) + : SwSidebarItem( true/*aShow*/, aFocus ) , mrFormatField( rFormatField ) { } -- cgit