summaryrefslogtreecommitdiff
path: root/sal/qa/osl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:41:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:41:25 +0100
commit387a035d749ff7f00beca82f83e7aa5d8c5e9fcd (patch)
treee385741d24f439975d66ffae1331f4f31cd1cc95 /sal/qa/osl
parent2f3bc785e675b40003b06f549a00775322f0b7fd (diff)
New loplugin:externvar: sal
Change-Id: Iefc33784f21e7a0b88c8d6308618926e38ab8554
Diffstat (limited to 'sal/qa/osl')
-rw-r--r--sal/qa/osl/file/osl_File.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 1f8841c129f0..ae4243b4b25d 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -5090,6 +5090,6 @@ class GlobalObject
}
};
-GlobalObject theGlobalObject;
+static GlobalObject theGlobalObject;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */