From 13ea44d04f2a68644b67e4b2110211d0a5ddf29c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 17 Jan 2017 22:33:39 +0100 Subject: loplugin:conststringvar Change-Id: I0ec2a87a063e35f8539bc278acb13b591e64b995 --- fpicker/source/aqua/resourceprovider.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fpicker') 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 -- cgit