summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/bc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/bc.cxx')
-rw-r--r--ucb/source/ucp/file/bc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/bc.cxx b/ucb/source/ucp/file/bc.cxx
index 9e17496bd7d9..7bc6e9d1d93a 100644
--- a/ucb/source/ucp/file/bc.cxx
+++ b/ucb/source/ucp/file/bc.cxx
@@ -1243,7 +1243,7 @@ BaseContent::cPCL()
if (!m_pPropertyListener)
return nullptr;
- Sequence< OUString > seqNames = m_pPropertyListener->getContainedTypes();
+ const Sequence< OUString > seqNames = m_pPropertyListener->getContainedTypes();
std::unique_ptr<PropertyChangeNotifier> p;