From b5da97197bd3d0de0e5cb737da96ceab1146f679 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 12 Mar 2020 08:37:58 +0200 Subject: Revert "loplugin:constfields in package..registry" This reverts commit 31138ff7729cbf179079a5e635d3a823e2971f08. Now that we know that making fields has negative side effects like disabling assignment operator generation. Change-Id: I3f1ae65532f441c8be5ebca5866b8a1e1c69318c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90363 Tested-by: Jenkins Reviewed-by: Noel Grandin --- postprocess/qa/services.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postprocess/qa') diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index 3c0fa8f7c6cf..0806fc14e987 100644 --- a/postprocess/qa/services.cxx +++ b/postprocess/qa/services.cxx @@ -157,8 +157,8 @@ void Test::test() { serviceName(theServiceName), defaultConstructor(theDefaultConstructor) {} - OUString const serviceName; - bool const defaultConstructor; + OUString serviceName; + bool defaultConstructor; }; struct Implementation { Implementation( -- cgit