testtools/source/bridgetest/currentcontextchecker.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit b32e5bbdc620ac9cf8b241ada47640f9e1d5d408 Author: Stephan Bergmann <[email protected]> AuthorDate: Thu Jul 2 08:50:35 2020 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Thu Jul 2 10:06:47 2020 +0200 Upcoming improved loplugin:staticanonymous -> redundantstatic: testtools Change-Id: I14913564c7dbb453a761b5e37fec4f9eb331417d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97705 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/testtools/source/bridgetest/currentcontextchecker.cxx b/testtools/source/bridgetest/currentcontextchecker.cxx index 27de3c5e7d42..4fda634e91f1 100644 --- a/testtools/source/bridgetest/currentcontextchecker.cxx +++ b/testtools/source/bridgetest/currentcontextchecker.cxx @@ -38,8 +38,8 @@ namespace { -static char const KEY[] = "testtools.bridgetest.Key"; -static char const VALUE[] = "good"; +char const KEY[] = "testtools.bridgetest.Key"; +char const VALUE[] = "good"; class CurrentContext: public ::osl::DebugBase< CurrentContext >, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
