summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/content.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-13 10:40:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-13 14:37:36 +0200
commit04e9a4c012f12dc26fda10aabb8d229555c711ab (patch)
tree2d99d882bd83ce3396177e54b6ff39245e486c93 /xmlhelp/source/cxxhelp/provider/content.cxx
parentb74db4138342f646fda061eac5d6759ecf2c366f (diff)
loplugin:constfields in xmlhelp
Change-Id: Ia8eda3075b0387ec3a5ed6267f1dfcfb3a8cf782 Reviewed-on: https://gerrit.libreoffice.org/60426 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/content.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/content.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/content.cxx b/xmlhelp/source/cxxhelp/provider/content.cxx
index 2551c82baa61..8a2696557dea 100644
--- a/xmlhelp/source/cxxhelp/provider/content.cxx
+++ b/xmlhelp/source/cxxhelp/provider/content.cxx
@@ -137,9 +137,9 @@ private:
uno::Reference< uno::XComponentContext > m_xContext;
uno::Reference< ucb::XContentProvider > m_xProvider;
- uno::Sequence< beans::Property > m_seq;
- URLParameter m_aURLParameter;
- Databases* m_pDatabases;
+ uno::Sequence< beans::Property > const m_seq;
+ URLParameter const m_aURLParameter;
+ Databases* const m_pDatabases;
public:
@@ -174,9 +174,9 @@ private:
uno::Reference< uno::XComponentContext > m_xContext;
uno::Reference< ucb::XContentProvider > m_xProvider;
- uno::Sequence< beans::Property > m_seq;
+ uno::Sequence< beans::Property > const m_seq;
URLParameter m_aURLParameter;
- Databases* m_pDatabases;
+ Databases* const m_pDatabases;
public: