vcl/source/window/builder.cxx |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit ebefba54523a7e0b7d66f9d278cc2509e2116a34
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Oct 23 21:31:47 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Oct 24 20:09:00 2020 +0200

    only sfxlo and svtlo still exist
    
    Change-Id: Id1138c2eb9f7c551d9d2855a68a364e3e21306cd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104748
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index b708eba955b8..7bd21299e16b 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -1595,11 +1595,7 @@ void VclBuilder::preload()
 // find -name '*ui*' | xargs grep 'class=".*lo-' |
 //     sed 's/.*class="//' | sed 's/-.*$//' | sort | uniq
     static const char *aWidgetLibs[] = {
-        "sfxlo",  "svtlo",     "svxcorelo", "foruilo",
-        "vcllo",  "svxlo",     "cuilo",     "swlo",
-        "swuilo", "sclo",      "sdlo",      "chartcontrollerlo",
-        "smlo",   "scuilo",    "basctllo",  "sduilo",
-        "scnlo",  "xsltdlglo", "pcrlo" // "dbulo"
+        "sfxlo",  "svtlo"
     };
     for (const auto & lib : aWidgetLibs)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to