summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filrow.hxx
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/ucp/file/filrow.hxx
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/ucp/file/filrow.hxx')
-rw-r--r--ucb/source/ucp/file/filrow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filrow.hxx b/ucb/source/ucp/file/filrow.hxx
index 301c016cd823..47ba891cab58 100644
--- a/ucb/source/ucp/file/filrow.hxx
+++ b/ucb/source/ucp/file/filrow.hxx
@@ -101,7 +101,7 @@ namespace fileaccess {
osl::Mutex m_aMutex;
css::uno::Sequence< css::uno::Any > m_aValueMap;
bool m_nWasNull;
- TaskManager* const m_pMyShell;
+ TaskManager* m_pMyShell;
css::uno::Reference< css::script::XTypeConverter > m_xTypeConverter;
bool isIndexOutOfBounds( sal_Int32 nIndex );