[Libreoffice-commits] core.git: cpputools/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 1 05:08:10 UTC 2020
cpputools/source/unoexe/unoexe.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1992978aba82cfea23d0dcf79d57676100b1a0d4
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Jun 30 23:00:45 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Jul 1 07:07:26 2020 +0200
Upcoming improved loplugin:staticanonymous -> redundantstatic: cpputools
Change-Id: I301e5008316fcc714b7ce955f8c262a8cbed3f65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97550
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx
index 70a05803902a..e5f6cc927c23 100644
--- a/cpputools/source/unoexe/unoexe.cxx
+++ b/cpputools/source/unoexe/unoexe.cxx
@@ -77,7 +77,7 @@ static void out( const OUString & rText )
}
}
-static const char arUsingText[] =
+const char arUsingText[] =
"\nusing:\n\n"
"uno [-c ComponentImplementationName -l LocationUrl | -s ServiceName]\n"
" [-u uno:(socket[,host=HostName][,port=nnn]|pipe[,name=PipeName]);<protocol>;Name\n"
More information about the Libreoffice-commits
mailing list