From ec340697d682bd7d0a361c8c701e513329c032bd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 21 Jul 2017 11:52:04 +0200 Subject: loplugin:constparams in soltools and various Change-Id: I5e8e4a9a31aa7c3ff54cc7ce137d08770ea297e1 Reviewed-on: https://gerrit.libreoffice.org/40279 Tested-by: Jenkins Reviewed-by: Noel Grandin --- l10ntools/source/localize.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools') diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index 42c6184496fb..2e8e3c1f2012 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -428,7 +428,7 @@ void handleDirectory( osl::Directory::remove(sPoUrl); } -void handleProjects(char * sSourceRoot, char const * sDestRoot) +void handleProjects(char const * sSourceRoot, char const * sDestRoot) { OUString root16; if (!rtl_convertStringToUString( -- cgit