summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-10-08 09:13:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-08 17:10:27 +0200
commit5cd87f195624e2381489084a37dcd43fea24c7b0 (patch)
tree28f7722e16d6052103a7ecc7468f7980db6285e1 /xmlsecurity
parent953d8429c9c92ced2e3cb1222cadc29b6f1ef550 (diff)
loplugin:moveparam in vcl
Change-Id: I6dea009e1031174ecb3d4371e91c9c6d26c6e514 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123245 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/helper/pdfsignaturehelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/pdfsignaturehelper.cxx b/xmlsecurity/source/helper/pdfsignaturehelper.cxx
index 24047a30cd1b..31740779de1c 100644
--- a/xmlsecurity/source/helper/pdfsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/pdfsignaturehelper.cxx
@@ -562,7 +562,7 @@ bool PDFSignatureHelper::Sign(const uno::Reference<frame::XModel>& xModel,
}
if (!aSignatureLineShape.empty())
{
- aDocument.SetSignatureLine(aSignatureLineShape);
+ aDocument.SetSignatureLine(std::move(aSignatureLineShape));
}
if (!aDocument.Sign(m_xCertificate, m_aDescription, bAdES))