From 198b1ed5866303a32aae7cbc8249cd122b57be1c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 23 Mar 2018 09:36:32 +0100 Subject: blacklist should have been static Change-Id: I2f9172ba9d9724b39ce00f0e5a24a5d4032789a9 Reviewed-on: https://gerrit.libreoffice.org/51765 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- postprocess/qa/services.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postprocess') diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index eb65a37b8c18..331f84c16c7a 100644 --- a/postprocess/qa/services.cxx +++ b/postprocess/qa/services.cxx @@ -467,7 +467,7 @@ void Test::createInstance( } } if (!propsinfo->hasPropertyByName(prop->getName())) { - std::set> blacklist{ + static std::set> const blacklist{ {"com.sun.star.comp.chart.DataSeries", "BorderDash"}, {"com.sun.star.comp.chart2.ChartDocumentWrapper", "UserDefinedAttributes"}, {"com.sun.star.comp.dbu.OColumnControlModel", "Tabstop"}, -- cgit