diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-02 15:01:47 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-06 16:44:41 +0100 |
commit | 09b759fc8bbb4990d3cc9ca9d8b87ae1a4e8d526 (patch) | |
tree | fd4c36cc79730730d60c042dc5784f6d721749f3 /solenv | |
parent | 40fe5b93bc0838e04b46bfc7942d1ee6a2482ce0 (diff) |
SvxFillAttrBox is now not used directly from any .uis
Change-Id: I6cdd618477dc11ab50965dac0d734fe7b8a10424
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86145
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 344a08f195a4..d23b033624ce 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -515,7 +515,6 @@ custom_widgets = [ 'SvxCharViewControl', 'SvxColorListBox', 'SvxColorValueSet', - 'SvxFillAttrBox', 'SvxFillTypeBox', 'SvxLightCtl3D', 'SvxRelativeField', |