diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-02 15:08:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-06 16:45:02 +0100 |
commit | 4b240b87cf9c0821d13fe21a78ee218c738468ff (patch) | |
tree | 5ae9206ce3220f4f07abaa218b1563843c5d3881 /solenv | |
parent | 09b759fc8bbb4990d3cc9ca9d8b87ae1a4e8d526 (diff) |
SvxFillTypeBox is now not used directly from any .uis
Change-Id: I2fdab55659e41a900690f619e283ad5c28b5e22c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86146
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 d23b033624ce..420219729e2c 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -515,7 +515,6 @@ custom_widgets = [ 'SvxCharViewControl', 'SvxColorListBox', 'SvxColorValueSet', - 'SvxFillTypeBox', 'SvxLightCtl3D', 'SvxRelativeField', 'SwNavHelpToolBox', |