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 e77f6ed45e22..d85a214063ba 100644
--- a/ucb/source/ucp/file/bc.cxx
+++ b/ucb/source/ucp/file/bc.cxx
@@ -696,7 +696,7 @@ BaseContent::setPropertyValues(
return Sequence< Any >( Values.getLength() );
}
- const OUString Title("Title");
+ static const OUStringLiteral Title(u"Title");
// Special handling for files which have to be inserted
if( m_nState & JustInserted )