[Libreoffice-commits] core.git: jvmfwk/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 1 11:20:42 UTC 2020


 jvmfwk/source/framework.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 74512c394db63a680469270679b250893c1cdf4b
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jul 1 10:22:42 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Jul 1 13:20:03 2020 +0200

    Upcoming improved loplugin:staticanonymous -> redundantstatic: jvmfwk
    
    Change-Id: I979e9142324df589229aafbb4a17f7495a79f0dc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97594
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/jvmfwk/source/framework.cxx b/jvmfwk/source/framework.cxx
index 2457ef3ee4c8..5270439bda6a 100644
--- a/jvmfwk/source/framework.cxx
+++ b/jvmfwk/source/framework.cxx
@@ -39,9 +39,9 @@
 
 namespace {
 
-static bool g_bEnabledSwitchedOn = false;
+bool g_bEnabledSwitchedOn = false;
 
-static JavaVM * g_pJavaVM = nullptr;
+JavaVM * g_pJavaVM = nullptr;
 
 bool areEqualJavaInfo(
     JavaInfo const * pInfoA,JavaInfo const * pInfoB)


More information about the Libreoffice-commits mailing list