diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-04 00:25:32 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-04 00:54:12 +0900 |
commit | e2e15148fc133c0b6fb3d9dc3cade2ef2ef64f41 (patch) | |
tree | c9a3b8971b78b7c5dcf065687ce8319d63955414 /fpicker/source/office/fps_office.cxx | |
parent | be2761ce013c349d6f6e825b89c76e1c60a63343 (diff) |
Mark as const/static
Change-Id: I54a7daee7345e7c0c5c3f866d5c365722b567eff
Diffstat (limited to 'fpicker/source/office/fps_office.cxx')
-rw-r--r-- | fpicker/source/office/fps_office.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/fps_office.cxx b/fpicker/source/office/fps_office.cxx index e38d25f06322..c98b21f3c095 100644 --- a/fpicker/source/office/fps_office.cxx +++ b/fpicker/source/office/fps_office.cxx @@ -25,7 +25,7 @@ #include "OfficeFilePicker.hxx" #include "OfficeFolderPicker.hxx" -static cppu::ImplementationEntry g_entries[] = +static const cppu::ImplementationEntry g_entries[] = { { SvtFilePicker::impl_createInstance, |