summaryrefslogtreecommitdiff
path: root/ucb/source/sorter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-15 12:55:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-15 16:29:08 +0100
commit391497e8a9ab760e79da15a3a8e37191efcac02c (patch)
tree09590817cd83c5b6c708f0e6a278f2f678830ac0 /ucb/source/sorter
parentd7fd62cf6805bb4bcfc2fe35e2eff73f66654837 (diff)
Revert "loplugin:constfields in ucb"
This reverts commit d8f8b4375998b62431c8605004e7c7d5c921ccc9. Change-Id: Iece88b16cfb2e4ff18dd82bbf6624dc64a33cebf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90519 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/source/sorter')
-rw-r--r--ucb/source/sorter/sortresult.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/sorter/sortresult.cxx b/ucb/source/sorter/sortresult.cxx
index 1a6c65619a1c..4c7814164457 100644
--- a/ucb/source/sorter/sortresult.cxx
+++ b/ucb/source/sorter/sortresult.cxx
@@ -69,7 +69,7 @@ struct SortListData
{
bool mbModified;
sal_IntPtr mnCurPos;
- sal_IntPtr const mnOldPos;
+ sal_IntPtr mnOldPos;
explicit SortListData( sal_IntPtr nPos );
};