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>
This commit is contained in:
Stephan Bergmann 2020-06-30 23:00:45 +02:00
parent af9ed18339
commit 1992978aba

View file

@ -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"