diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-02 10:34:11 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-02 10:34:43 +0900 |
commit | 3aea6c121d3b962d8efafe9b15d35a0f93ddceb3 (patch) | |
tree | 50931e45d7b604760fc36c7fc79a650666cfa7e7 /chart2/source/tools | |
parent | 08157e4b63e41c1dbbc07584517fd4341cc5654c (diff) |
Mark as const
Change-Id: I7ad2a1bd29afbf4813b1ad984081935ca84ec98a
Diffstat (limited to 'chart2/source/tools')
-rw-r--r-- | chart2/source/tools/_serviceregistration_tools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/_serviceregistration_tools.cxx b/chart2/source/tools/_serviceregistration_tools.cxx index 42c38d6495b3..7870ad03aadc 100644 --- a/chart2/source/tools/_serviceregistration_tools.cxx +++ b/chart2/source/tools/_serviceregistration_tools.cxx @@ -29,7 +29,7 @@ #include "InternalDataProvider.hxx" #include "charttoolsdllapi.hxx" -static struct ::cppu::ImplementationEntry g_entries_chart2_tools[] = +static const struct ::cppu::ImplementationEntry g_entries_chart2_tools[] = { { ::chart::LabeledDataSequence::create |