From 3ccaa4d9e9e18555e86e111259a4908413d36718 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 17 Jul 2017 11:04:02 +0200 Subject: loplugin:constparams in scaddins,hwpfilter Change-Id: I91b3559b9c3f5d8837d182cf9406fad9aeee78b3 Reviewed-on: https://gerrit.libreoffice.org/40049 Tested-by: Jenkins Reviewed-by: Noel Grandin --- hwpfilter/source/hstyle.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hwpfilter/source/hstyle.h') diff --git a/hwpfilter/source/hstyle.h b/hwpfilter/source/hstyle.h index c13523061a74..98b38a4a1840 100644 --- a/hwpfilter/source/hstyle.h +++ b/hwpfilter/source/hstyle.h @@ -41,9 +41,9 @@ class DLLEXPORT HWPStyle CharShape *GetCharShape( int n ) const; ParaShape *GetParaShape( int n ) const; - void SetName( int n, char *name ); - void SetCharShape( int n, CharShape *cshapep ); - void SetParaShape( int n, ParaShape *pshapep ); + void SetName( int n, char const *name ); + void SetCharShape( int n, CharShape const *cshapep ); + void SetParaShape( int n, ParaShape const *pshapep ); void Read( HWPFile &hwpf ); }; -- cgit