fpicker/source/aqua/resourceprovider.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 13ea44d04f2a68644b67e4b2110211d0a5ddf29c Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Jan 17 22:33:39 2017 +0100 loplugin:conststringvar Change-Id: I0ec2a87a063e35f8539bc278acb13b591e64b995 diff --git a/fpicker/source/aqua/resourceprovider.mm b/fpicker/source/aqua/resourceprovider.mm index ab406b3..51453e9 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits