[Libreoffice-commits] core.git: postprocess/qa

Stephan Bergmann sbergman at redhat.com
Fri Mar 23 09:57:08 UTC 2018


 postprocess/qa/services.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 198b1ed5866303a32aae7cbc8249cd122b57be1c
Author: Stephan Bergmann <sbergman at 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 <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at 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"},


More information about the Libreoffice-commits mailing list