summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-17 22:33:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-17 22:33:39 +0100
commit13ea44d04f2a68644b67e4b2110211d0a5ddf29c (patch)
treed399d28dee1efe2855257d4b6753a4f664788c92
parent2a9b4363ca190f1d783d540e95a031357f852858 (diff)
loplugin:conststringvar
Change-Id: I0ec2a87a063e35f8539bc278acb13b591e64b995
-rw-r--r--fpicker/source/aqua/resourceprovider.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/aqua/resourceprovider.mm b/fpicker/source/aqua/resourceprovider.mm
index ab406b3e5743..51453e986a77 100644
--- a/fpicker/source/aqua/resourceprovider.mm
+++ b/fpicker/source/aqua/resourceprovider.mm
@@ -35,8 +35,8 @@ using rtl::OUString;
using namespace ::com::sun::star::ui::dialogs::ExtendedFilePickerElementIds;
using namespace ::com::sun::star::ui::dialogs::CommonFilePickerElementIds;
-static const char* RES_NAME = "fps_office";
-static const char* OTHER_RES_NAME = "svt";
+static const char* const RES_NAME = "fps_office";
+static const char* const OTHER_RES_NAME = "svt";
// we have to translate control ids to resource ids