postprocess/qa/services.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 198b1ed5866303a32aae7cbc8249cd122b57be1c Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Mar 23 09:36:32 2018 +0100 blacklist should have been static Change-Id: I2f9172ba9d9724b39ce00f0e5a24a5d4032789a9 Reviewed-on: https://gerrit.libreoffice.org/51765 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Stephan Bergmann <sberg...@redhat.com> 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<std::pair<OUString, OUString>> blacklist{ + static std::set<std::pair<OUString, OUString>> const blacklist{ {"com.sun.star.comp.chart.DataSeries", "BorderDash"}, {"com.sun.star.comp.chart2.ChartDocumentWrapper", "UserDefinedAttributes"}, {"com.sun.star.comp.dbu.OColumnControlModel", "Tabstop"}, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits