diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-12-15 15:50:42 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-12-21 00:20:36 +0100 |
commit | b8a801def427255587a7e519577d29d1acb91162 (patch) | |
tree | e7d5ef44efe9dfda7715d0280c6d9b84a12d33e4 /vcl/vcl.common.component.windows | |
parent | 379b685730ca7adb3b8d1905c73a2c3df1d31799 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'vcl/vcl.common.component.windows')
-rw-r--r-- | vcl/vcl.common.component.windows | 9 |
1 files changed, 9 insertions, 0 deletions
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 |