diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 09:50:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 11:05:52 +0200 |
commit | b71c22923d3aff097222c5c77550f4f3a4117a2e (patch) | |
tree | 0608a821423c9a662d283356a672903bfb5948e8 /idlc | |
parent | df6d9c0d3a7ef442c05d91ac7fedbaf0ba6848b7 (diff) |
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>
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/astdeclaration.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |