summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/bc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-26 12:50:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-26 14:50:19 +0200
commitd8f8b4375998b62431c8605004e7c7d5c921ccc9 (patch)
tree0eb227ba99c31e41224de134ba8d925536473953 /ucb/source/ucp/file/bc.hxx
parentc04a8576f07cb837439959b8bdbb8b620684d508 (diff)
loplugin:constfields in ucb
Change-Id: I81a4b6241d6ff2e04903ddf2955463514d04ac0b Reviewed-on: https://gerrit.libreoffice.org/60986 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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/bc.hxx b/ucb/source/ucp/file/bc.hxx
index 8084aa0d04b1..d3fba7635af2 100644
--- a/ucb/source/ucp/file/bc.hxx
+++ b/ucb/source/ucp/file/bc.hxx
@@ -226,7 +226,7 @@ namespace fileaccess {
JustInserted = 2,
Deleted = 4,
FullFeatured = 8 };
- bool m_bFolder;
+ bool const m_bFolder;
sal_uInt16 m_nState;
osl::Mutex m_aMutex;