diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-03-23 09:36:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-03-23 10:56:44 +0100 |
commit | 198b1ed5866303a32aae7cbc8249cd122b57be1c (patch) | |
tree | f4d11e1a32f9a18049622ad799c92ea1ae3c76af /postprocess/qa | |
parent | 0bbfb4733289782e042a76e3c87c8df6c1819c05 (diff) |
blacklist should have been static
Change-Id: I2f9172ba9d9724b39ce00f0e5a24a5d4032789a9
Reviewed-on: https://gerrit.libreoffice.org/51765
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'postprocess/qa')
-rw-r--r-- | postprocess/qa/services.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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"}, |