From 9a608faf3cdcaf355278c002f5a50d8871778791 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Nov 2024 10:28:56 +0200 Subject: loplugin:passstuffbyref in xmloff Change-Id: I4837cb60c2c78b5a9008b6ffbb6323da50c7c705 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176111 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/inc/txtlists.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/txtlists.hxx b/xmloff/inc/txtlists.hxx index dda522c441f9..59454e79802f 100644 --- a/xmloff/inc/txtlists.hxx +++ b/xmloff/inc/txtlists.hxx @@ -64,9 +64,9 @@ class XMLTextListsHelper const OUString& sListStyleDefaultListId = OUString() ); bool IsListProcessed( const OUString& sListId ) const; - OUString GetListStyleOfProcessedList( + const OUString & GetListStyleOfProcessedList( const OUString& sListId ) const; - OUString GetContinueListIdOfProcessedList( + const OUString & GetContinueListIdOfProcessedList( const OUString& sListId ) const; const OUString& GetLastProcessedListId() const { return msLastProcessedListId;} const OUString& GetListStyleOfLastProcessedList() const { return msListStyleOfLastProcessedList;} -- cgit