[Libreoffice-commits] core.git: idlc/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 1 09:06:49 UTC 2020
idlc/source/astdeclaration.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b71c22923d3aff097222c5c77550f4f3a4117a2e
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jul 1 09:50:50 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Jul 1 11:05:52 2020 +0200
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 at redhat.com>
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 <rtl/strbuf.hxx>
#include <osl/diagnose.h>
-static const OString sGlobal("::");
+const OString sGlobal("::");
static OString convertName(const OString& name)
{
More information about the Libreoffice-commits
mailing list