summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gvfs
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/gvfs
parent1d8ae0c040319ba7d969fa236b7a6bb22d0f55df (diff)
Mark as const
Change-Id: Ia5f9724002da11da69f70bb0f71d44c3b5a19bcb
Diffstat (limited to 'ucb/source/ucp/gvfs')
-rw-r--r--ucb/source/ucp/gvfs/gvfs_content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/gvfs/gvfs_content.cxx b/ucb/source/ucp/gvfs/gvfs_content.cxx
index 22c9d1aef1e2..5645cd6924fd 100644
--- a/ucb/source/ucp/gvfs/gvfs_content.cxx
+++ b/ucb/source/ucp/gvfs/gvfs_content.cxx
@@ -1345,7 +1345,7 @@ uno::Sequence< beans::Property > Content::getProperties(
uno::Sequence< ucb::CommandInfo > Content::getCommands(
const uno::Reference< ucb::XCommandEnvironment > & xEnv )
{
- static ucb::CommandInfo aCommandInfoTable[] = {
+ static const ucb::CommandInfo aCommandInfoTable[] = {
// Required commands
ucb::CommandInfo
( OUString( "getCommandInfo" ),