summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpresultsetbase.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/ftp/ftpresultsetbase.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/ftp/ftpresultsetbase.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpresultsetbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/ftp/ftpresultsetbase.hxx b/ucb/source/ucp/ftp/ftpresultsetbase.hxx
index 94105862e55e..ba4c5343c56f 100644
--- a/ucb/source/ucp/ftp/ftpresultsetbase.hxx
+++ b/ucb/source/ucp/ftp/ftpresultsetbase.hxx
@@ -396,7 +396,7 @@ namespace ftp {
ItemSet m_aItems;
std::vector<OUString> m_aPath;
- css::uno::Sequence< css::beans::Property >
+ css::uno::Sequence< css::beans::Property > const
m_sProperty;
osl::Mutex m_aMutex;