diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-01 04:32:32 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-01 04:33:23 +0900 |
commit | 392c5b2a70440c03341f21c7583ca5139b4a253b (patch) | |
tree | 4d23407c3fef57af8615f592d075bf11bd6bf5bd /svtools | |
parent | 83ff6c0f4101fe4f25c2b4a58c70b40de8cc2ff2 (diff) |
Mark as const
Change-Id: Idd1d0641d5b7d8594f354c7d2e2a9093ecc6b2f7
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/miscservices.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/miscservices.cxx b/svtools/source/uno/miscservices.cxx index da5e7d248e2e..76bc5a6c7e0d 100644 --- a/svtools/source/uno/miscservices.cxx +++ b/svtools/source/uno/miscservices.cxx @@ -61,7 +61,7 @@ extern sdecl::ServiceDecl const serviceDecl; namespace { - static struct ::cppu::ImplementationEntry s_aServiceEntries[] = + static const struct ::cppu::ImplementationEntry s_aServiceEntries[] = { { ::svt::uno::Wizard::Create, |