diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-22 13:59:45 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-22 14:02:31 +0900 |
commit | 98e20a37badecd868460ddbdc73262c494242b42 (patch) | |
tree | bafe144a009f40ca847cfbfbfd7c6c31812e0525 /stoc/source/namingservice | |
parent | 43b989808142f49347929311347f9402f4c06368 (diff) |
Mark as const
Change-Id: I65a05b59da6dbc2d37a55129c54ca0f322702364
Diffstat (limited to 'stoc/source/namingservice')
-rw-r--r-- | stoc/source/namingservice/namingservice.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/namingservice/namingservice.cxx b/stoc/source/namingservice/namingservice.cxx index d4473b32d921..139de3c273ae 100644 --- a/stoc/source/namingservice/namingservice.cxx +++ b/stoc/source/namingservice/namingservice.cxx @@ -177,7 +177,7 @@ void NamingService_Impl::revokeObject( const OUString& Name ) throw(Exception, R } using namespace stoc_namingservice; -static struct ImplementationEntry g_entries[] = +static const struct ImplementationEntry g_entries[] = { { NamingService_Impl_create, ns_getImplementationName, |