diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-20 11:32:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-20 16:53:35 +0100 |
commit | 17ba74220dd387f09725b113eac23dc0e3303b17 (patch) | |
tree | 382bfeda394bfa86b5347e497fa8d4eb686d942c /solenv | |
parent | 1af23f2679b34f0631cf77d457ed4da3836ab214 (diff) |
no svtlo-ValueSet used in .ui anymore
Change-Id: I1c80b45d4b2a1f4906a6fb4af88dda479afc1b59
Reviewed-on: https://gerrit.libreoffice.org/85595
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 1058ed2ce2af..8b5dee4022d0 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -510,7 +510,6 @@ custom_widgets = [ 'SwNavHelpToolBox', 'TableValueSet', 'TemplateDefaultView', - 'ValueSet', ] def get_constructor_guard(constructor): |