diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-11-06 10:28:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-11-06 12:34:34 +0100 |
commit | 9a608faf3cdcaf355278c002f5a50d8871778791 (patch) | |
tree | 0f28820eec3d345b37fbccd72e43709961b11d55 /xmloff/inc | |
parent | 327c5dd14631a1a40af3b617af308cf5e88f1853 (diff) |
loplugin:passstuffbyref in xmloff
Change-Id: I4837cb60c2c78b5a9008b6ffbb6323da50c7c705
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176111
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/txtlists.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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;} |