summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-07-05 00:22:28 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-07-05 10:38:08 +0900
commit8624906bc437b242ea0df17801bc77d0f273f32c (patch)
tree39505208fd8aded8f1d7926a8f6feec791bdb1aa /ucb/source/ucp/ext
parent1d8ae0c040319ba7d969fa236b7a6bb22d0f55df (diff)
Mark as const
Change-Id: Ia5f9724002da11da69f70bb0f71d44c3b5a19bcb
Diffstat (limited to 'ucb/source/ucp/ext')
-rw-r--r--ucb/source/ucp/ext/ucpext_content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx
index 9ba865081617..750da292331c 100644
--- a/ucb/source/ucp/ext/ucpext_content.cxx
+++ b/ucb/source/ucp/ext/ucpext_content.cxx
@@ -590,7 +590,7 @@ namespace ucb { namespace ucp { namespace ext
//------------------------------------------------------------------------------------------------------------------
Sequence< Property > Content::getProperties( const Reference< XCommandEnvironment > & /*xEnv*/ )
{
- static Property aProperties[] =
+ static const Property aProperties[] =
{
Property(
OUString( "ContentType" ),