summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-08-04 00:25:32 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-08-04 00:54:12 +0900
commite2e15148fc133c0b6fb3d9dc3cade2ef2ef64f41 (patch)
treec9a3b8971b78b7c5dcf065687ce8319d63955414 /fpicker
parentbe2761ce013c349d6f6e825b89c76e1c60a63343 (diff)
Mark as const/static
Change-Id: I54a7daee7345e7c0c5c3f866d5c365722b567eff
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/generic/fpicker.cxx2
-rw-r--r--fpicker/source/office/fps_office.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/generic/fpicker.cxx b/fpicker/source/generic/fpicker.cxx
index 6b7743e4ea36..ea352268ef81 100644
--- a/fpicker/source/generic/fpicker.cxx
+++ b/fpicker/source/generic/fpicker.cxx
@@ -189,7 +189,7 @@ static Sequence< OUString > FolderPicker_getSupportedServiceNames()
/*
* Implementation entries.
*/
-static cppu::ImplementationEntry g_entries[] =
+static const cppu::ImplementationEntry g_entries[] =
{
{
FilePicker_createInstance,
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,