summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortresult.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/sorter/sortresult.cxx')
-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 );
};