From b8a801def427255587a7e519577d29d1acb91162 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Wed, 15 Dec 2021 15:50:42 +0100 Subject: Disallow multiple component files per library This converts existing users of multiple component files to the new filtering mechanism and adds a check to error in the case that someone tries to set multiple component files again. Change-Id: Ie75d6c5d1b78f446ff06faba7350715289b8d17e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126892 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- vcl/vcl.common.component.windows | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vcl/vcl.common.component.windows (limited to 'vcl/vcl.common.component.windows') diff --git a/vcl/vcl.common.component.windows b/vcl/vcl.common.component.windows new file mode 100644 index 000000000000..5df902ffc6e8 --- /dev/null +++ b/vcl/vcl.common.component.windows @@ -0,0 +1,9 @@ +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +com.sun.star.frame.VCLSessionManagerClient +org.libreoffice.uitest.UITest +vcl::FontIdentificator -- cgit