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:
Stephan Bergmann 2020-07-01 09:50:50 +02:00
parent df6d9c0d3a
commit b71c22923d

View file

@ -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)
{