From 4b7c522208deeb80b821a294e4e76e50c78304e7 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 13 Jul 2017 21:10:52 +0200 Subject: xmlsecurity pdf verify: push_back -> emplace_back And a few other similar small cleanups. Change-Id: I91c992f33f2166d1cf27cbc9def1b69965040658 Reviewed-on: https://gerrit.libreoffice.org/39928 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmlsecurity/inc/certificate.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity/inc') diff --git a/xmlsecurity/inc/certificate.hxx b/xmlsecurity/inc/certificate.hxx index 19db38695c17..0698e91f422f 100644 --- a/xmlsecurity/inc/certificate.hxx +++ b/xmlsecurity/inc/certificate.hxx @@ -28,7 +28,7 @@ public: virtual css::uno::Sequence getSHA256Thumbprint() = 0; protected: - ~Certificate() throw () {} + ~Certificate() noexcept = default; }; } -- cgit