summaryrefslogtreecommitdiff
path: root/desktop/source/lib/lokinteractionhandler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-02 16:07:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-03 08:13:09 +0200
commitb33227d80be9bae4d247db35391698c71d996bc4 (patch)
treea0715c8ae90bb85668201b1cc0c594d116c575de /desktop/source/lib/lokinteractionhandler.hxx
parent87c963199c438b88cb21f52d25a08e4d0f1535ff (diff)
clang-tidy modernize-pass-by-value in desktop
Change-Id: Ie9c1cd41c5944b901f4ec6c1e4ffd8608c063ffa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135317 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/source/lib/lokinteractionhandler.hxx')
-rw-r--r--desktop/source/lib/lokinteractionhandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/lib/lokinteractionhandler.hxx b/desktop/source/lib/lokinteractionhandler.hxx
index 108343ec22e3..61524a6c1c07 100644
--- a/desktop/source/lib/lokinteractionhandler.hxx
+++ b/desktop/source/lib/lokinteractionhandler.hxx
@@ -82,7 +82,7 @@ public:
void SetPassword(char const* pPassword);
explicit LOKInteractionHandler(
- const OString& rCommand,
+ OString command,
desktop::LibLibreOffice_Impl *,
desktop::LibLODocument_Impl *pLOKDocumt = nullptr);