diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-12 10:45:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-12 15:59:38 +0200 |
commit | ca2a4a4b1c839c14832043e714297c30087b4b6d (patch) | |
tree | 8229dee461d27537ddb828e6693c27d7a2439c5e /xmloff/inc/txtfldi.hxx | |
parent | 2f93eb49db71c8cbaffbd022cb2b654d56920bda (diff) |
clang-tidy modernize-pass-by-value in xmloff
Change-Id: Ica07e393763343d0f5caaad6a89fa3378f6ad344
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136995
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index f6f27d633f96..243feb630fc8 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -65,7 +65,7 @@ public: XMLTextFieldImportContext( SvXMLImport& rImport, /// XML Import XMLTextImportHelper& rHlp, /// Text import helper - const OUString& pService); /// name of SO API service + OUString aService); /// name of SO API service /// process character data: will be collected in member sContentBuffer virtual void SAL_CALL characters( const OUString& sContent ) override; |