diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-13 18:46:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-24 08:22:44 +0200 |
commit | 2df577b1a89d153da78b6c333e741082cf969086 (patch) | |
tree | d394367904ed7e5cf5430e56110889ff0df867c7 /helpcompiler | |
parent | adc536e9efc77690df62177aa722f9252bdbf96b (diff) |
loplugin:moveit
Change-Id: If1e6428285bdc5631cebc1acfcb850ac0df6d94d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136300
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/source/HelpLinker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx index f7acc30ecc7d..e95b9168bf17 100644 --- a/helpcompiler/source/HelpLinker.cxx +++ b/helpcompiler/source/HelpLinker.cxx @@ -346,7 +346,7 @@ void HelpLinker::link() xhpFile = fs::path(xhpFileName, fs::native); } - HelpCompiler hc( streamTable, xhpFile, langsourceRoot, zipdir, + HelpCompiler hc( streamTable, std::move(xhpFile), std::move(langsourceRoot), zipdir, compactStylesheet, embeddStylesheet, module, lang, bExtensionMode ); HCDBG(std::cerr << "before compile of " << xhpFileName << std::endl); |