From 18f202011661397d10ca4c2fa28fcf57b62221b0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 18 Aug 2021 18:31:05 +0200 Subject: loplugin:constparams Change-Id: Ic7410f836e584df45101e78e345c8b3c8d355e09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120680 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/source/inc/templdgi.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/inc') diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx index d555f7404277..7b1ff1b5d736 100644 --- a/sfx2/source/inc/templdgi.hxx +++ b/sfx2/source/inc/templdgi.hxx @@ -63,7 +63,7 @@ private: friend class DeletionWatcher; DeletionWatcher* impl_setDeletionWatcher(DeletionWatcher* pNewWatcher); - static OUString getDefaultStyleName( const SfxStyleFamily eFam, StyleList& rStyleList ); + static OUString getDefaultStyleName( const SfxStyleFamily eFam, const StyleList& rStyleList ); protected: #define MAX_FAMILIES 6 -- cgit