diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-11-18 10:08:38 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-11-19 14:11:29 +0200 |
commit | f26e9dc366465a9c9de7e9a607a168aca60cf017 (patch) | |
tree | bf9323f41fcf696a297c1db46776f60ef60c73d9 | |
parent | 601eb38254d94daeb251a1dfa06f71de4fe512da (diff) |
FormattedField is gone
Change-Id: I5debe51f2dd44ed659c6e1a358d236303c4b9a4b
-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 b0e0ab1c5822..ffaf1f01341c 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -426,7 +426,6 @@ custom_widgets = [ 'FontNameBox', 'FontSizeBox', 'FontStyleBox', - 'FormattedField', 'FormulaListBox', 'GalleryPreview', 'IndexBox', |