From df3e1b7bbd126ed114015070bf68db30fbe9516e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 13 Mar 2020 10:01:24 +0200 Subject: Revert "loplugin:constfields in svl" This reverts commit 5181253946ca1877cc42050452aa6d733d6da3f1. Change-Id: I30e30aae45c33824c0df823a9fad710faa81ea3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90453 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svl/source/crypto/cryptosign.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svl/source/crypto/cryptosign.cxx') diff --git a/svl/source/crypto/cryptosign.cxx b/svl/source/crypto/cryptosign.cxx index 483a9ee31638..573c06ba5826 100644 --- a/svl/source/crypto/cryptosign.cxx +++ b/svl/source/crypto/cryptosign.cxx @@ -121,9 +121,9 @@ Extension ::= SEQUENCE { */ struct Extension { - SECItem const extnID; - SECItem const critical; - SECItem const extnValue; + SECItem extnID; + SECItem critical; + SECItem extnValue; }; /* -- cgit