summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-09 16:27:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-22 12:47:37 +0200
commit76dd28afc9c0eb632a5dd20eb51704ee0bbc4b58 (patch)
tree82c51d09721476a1a6fcbf1e4cd4af8189ac55a2 /testtools
parent78490b45c771a4c9632b324922f2c8e83f06153b (diff)
loplugin:staticvar in various
looks for variables that can be declared const and static i.e. they can be stored in the read-only linker segment and shared between different processes Change-Id: I8ddc6e5fa0f6b10d80c75d5952df8ddd311cf892 Reviewed-on: https://gerrit.libreoffice.org/61591 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'testtools')
-rw-r--r--testtools/source/bridgetest/constructors.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/source/bridgetest/constructors.cxx b/testtools/source/bridgetest/constructors.cxx
index d1e9c6d5a0da..03b633a54665 100644
--- a/testtools/source/bridgetest/constructors.cxx
+++ b/testtools/source/bridgetest/constructors.cxx
@@ -439,7 +439,7 @@ css::uno::Sequence< OUString > getSupportedServiceNames2() {
return s;
}
-::cppu::ImplementationEntry entries[] = {
+::cppu::ImplementationEntry const entries[] = {
{ &create, &getImplementationName, &getSupportedServiceNames,
&::cppu::createSingleComponentFactory, nullptr, 0 },
{ &create2, &getImplementationName2, &getSupportedServiceNames2,