[Libreoffice-commits] core.git: fpicker/source

Stephan Bergmann sbergman at redhat.com
Tue Jan 17 21:34:06 UTC 2017


 fpicker/source/aqua/resourceprovider.mm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 13ea44d04f2a68644b67e4b2110211d0a5ddf29c
Author: Stephan Bergmann <sbergman at 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
 


More information about the Libreoffice-commits mailing list