From 6b63318f73de07b9a9697284d018e1271cb3307c Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Wed, 18 Dec 2024 13:10:01 +0100 Subject: [PATCH] scp: Drop reference to no longer existing acc files These are no more since commit 9283da858506fe3b4383e4cfe0506e470a4356f6 Author: Michael Weghorn Date: Tue Dec 17 12:04:04 2024 +0100 a11y: Merge accessibility module into vcl , so drop the reference. Fixes the build failure seen in the macOS daily build [1]. Thanks to Christian Lohmaier for pointing it out. [1] https://ci.libreoffice.org/job/lo_daily_tb_mac/1946/console Change-Id: Ib4a5c4cb2774f596332715fe6dd2faea678e9ce5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178721 Reviewed-by: Michael Weghorn Tested-by: Jenkins --- scp2/source/ooo/file_ooo.scp | 1 - 1 file changed, 1 deletion(-) diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index f5573c3ab872..06e09dea1ce0 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -175,7 +175,6 @@ UI_FILELIST(vcl, "UIConfig/vcl.filelist") UI_FILELIST(writerperfect, "UIConfig/writerperfect.filelist") UI_FILELIST(xmlsec, "UIConfig/xmlsec.filelist") -MO_FILELIST_ALL_LANG(acc) MO_FILELIST_ALL_LANG(avmedia) #ifndef DISABLE_SCRIPTING MO_FILELIST_ALL_LANG(basctl)