summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/bc.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/bc.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/bc.hxx')
-rw-r--r--ucb/source/ucp/file/bc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/bc.hxx b/ucb/source/ucp/file/bc.hxx
index 655bb3a46a07..b04a1c90309c 100644
--- a/ucb/source/ucp/file/bc.hxx
+++ b/ucb/source/ucp/file/bc.hxx
@@ -201,8 +201,8 @@ namespace fileaccess {
JustInserted = 2,
Deleted = 4,
FullFeatured = 8 };
- bool const m_bFolder;
- sal_uInt16 m_nState;
+ bool m_bFolder;
+ sal_uInt16 m_nState;
osl::Mutex m_aMutex;