summaryrefslogtreecommitdiff
path: root/jvmfwk/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-10-11 16:08:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-11 18:37:07 +0200
commit47331ae6f95070ff7460e541895895b59eb15103 (patch)
tree2698e54f0c903e354ac119eba1df6a383b13fd19 /jvmfwk/inc
parent8a499b4364dfdf3f921c9ea0cca71dd7bca32cb4 (diff)
loplugin:moveparam in jvmfwk
Change-Id: I78970269bfd3eb7ad6b069ac99eeee707619d3e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123416 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r--jvmfwk/inc/vendorbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/inc/vendorbase.hxx b/jvmfwk/inc/vendorbase.hxx
index 47e407a1b4a2..4a0190eb0bb8 100644
--- a/jvmfwk/inc/vendorbase.hxx
+++ b/jvmfwk/inc/vendorbase.hxx
@@ -154,7 +154,7 @@ protected:
false - the object could not completely initialize. In this case
it will be discarded by the caller.
*/
- virtual bool initialize(std::vector<std::pair<OUString, OUString>> props);
+ virtual bool initialize(const std::vector<std::pair<OUString, OUString>>& props);
/* returns relative file URLs to the runtime library.
For example "/bin/client/jvm.dll"