diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-06-30 23:00:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 07:07:26 +0200 |
commit | 1992978aba82cfea23d0dcf79d57676100b1a0d4 (patch) | |
tree | b29edf878bdf398a6050c284f781e4fef9a65404 /cpputools | |
parent | af9ed183399d68c42a66382ecf32f402403340ff (diff) |
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@redhat.com>
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/unoexe/unoexe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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" |