From 17e712ccc8fa93d57672916e3c8adaa8febc9f8c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 13 Mar 2020 15:46:49 +0200 Subject: Revert "loplugin:constfields in sw" This reverts commit 4969f4c0d3e2581aaa8a5b5a5769840fa6b6f8ea. Change-Id: I527e9366b05e8a20633720e334395b285991c524 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90473 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/uibase/dochdl/gloshdl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/uibase/dochdl') diff --git a/sw/source/uibase/dochdl/gloshdl.cxx b/sw/source/uibase/dochdl/gloshdl.cxx index e36ac4e1081b..860a926a5076 100644 --- a/sw/source/uibase/dochdl/gloshdl.cxx +++ b/sw/source/uibase/dochdl/gloshdl.cxx @@ -53,9 +53,9 @@ namespace { struct TextBlockInfo_Impl { - OUString const sTitle; - OUString const sLongName; - OUString const sGroupName; + OUString sTitle; + OUString sLongName; + OUString sGroupName; TextBlockInfo_Impl(OUString const& rTitle, OUString const& rLongName, OUString const& rGroupName) : sTitle(rTitle), sLongName(rLongName), sGroupName(rGroupName) {} }; -- cgit