From b71c22923d3aff097222c5c77550f4f3a4117a2e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Jul 2020 09:50:50 +0200 Subject: [PATCH] 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 --- idlc/source/astdeclaration.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idlc/source/astdeclaration.cxx b/idlc/source/astdeclaration.cxx index f44febc8a06e..dfc70c12b81b 100644 --- a/idlc/source/astdeclaration.cxx +++ b/idlc/source/astdeclaration.cxx @@ -22,7 +22,7 @@ #include #include -static const OString sGlobal("::"); +const OString sGlobal("::"); static OString convertName(const OString& name) {