Upcoming improved loplugin:staticanonymous -> redundantstatic: idlc
Change-Id: Id0716adf2b16839c1d940bc1d187bcc107ed79ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97591 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
df6d9c0d3a
commit
b71c22923d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <rtl/strbuf.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
static const OString sGlobal("::");
|
||||
const OString sGlobal("::");
|
||||
|
||||
static OString convertName(const OString& name)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue