summaryrefslogtreecommitdiff
path: root/vcl/osx/service_entry.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-03-01 11:30:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-03-01 12:29:04 +0100
commit46d3370d6c5a571c3013e3a964e49f0997d4eabf (patch)
tree353982e584119c5ca9ba3261dddc5dbf87f49152 /vcl/osx/service_entry.cxx
parentad76e0ab49afa46ac2addf99d3c486f0812dc39d (diff)
loplugin:redundantstatic (macOS)
Change-Id: Ifc148f4b4a2a3f10a563bc3bb2ed16625c5908dc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111737 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/osx/service_entry.cxx')
-rw-r--r--vcl/osx/service_entry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/service_entry.cxx b/vcl/osx/service_entry.cxx
index 4263735422e7..22b28a2c4a1a 100644
--- a/vcl/osx/service_entry.cxx
+++ b/vcl/osx/service_entry.cxx
@@ -36,7 +36,7 @@ using namespace ::com::sun::star::datatransfer::clipboard;
// We run unit tests in parallel, which is a problem when touching a shared resource
// the system clipboard, so rather use the dummy GenericClipboard.
-static const bool bRunningUnitTest = getenv("LO_TESTNAME");
+const bool bRunningUnitTest = getenv("LO_TESTNAME");
uno::Reference< XInterface > AquaSalInstance::CreateClipboard( const Sequence< Any >& i_rArguments )
{