diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-30 14:59:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-30 19:16:45 +0200 |
commit | 7b87afa899be289306c709d35eb1d32c0b73b1ed (patch) | |
tree | 7faf699a2e22c770ccac90cc38262a284946d9c7 /include/unotools/viewoptions.hxx | |
parent | f3df14cc4343ce65608436acfa67b2ccfb68115d (diff) |
clang-tidy modernize-pass-by-value in unotools
Change-Id: Ifa67ab7198f5d3b06171869f57703acdaa959f7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135128
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools/viewoptions.hxx')
-rw-r--r-- | include/unotools/viewoptions.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/unotools/viewoptions.hxx b/include/unotools/viewoptions.hxx index 734c9cada7bb..273e38817c58 100644 --- a/include/unotools/viewoptions.hxx +++ b/include/unotools/viewoptions.hxx @@ -113,8 +113,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtViewOptions final @onerror An assertion is thrown in debug version. Otherwise we do nothing! *//*-*****************************************************************************************************/ - SvtViewOptions( EViewType eType , - const OUString& sViewName ); + SvtViewOptions( EViewType eType, OUString sViewName ); // interface |