summaryrefslogtreecommitdiff
path: root/ucb/source/core/identify.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/identify.hxx')
-rw-r--r--ucb/source/core/identify.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/core/identify.hxx b/ucb/source/core/identify.hxx
index 3dbf3ed380c1..560e2b81f463 100644
--- a/ucb/source/core/identify.hxx
+++ b/ucb/source/core/identify.hxx
@@ -37,7 +37,7 @@ public:
virtual OUString SAL_CALL getContentProviderScheme() override;
private:
- OUString m_aContentId;
+ OUString const m_aContentId;
OUString m_aProviderScheme;
};