diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-19 15:43:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-19 22:17:40 +0100 |
commit | b1249cea2e99873605332de888d03f163cba0128 (patch) | |
tree | bdedca2e8d7d2f144b72ec9ebc77137375102c90 /solenv | |
parent | 531a331ed2d5d8aa75002b271e8c90d108e55388 (diff) |
weld SwFieldVarPage
Change-Id: Ifd71cbb4c3ed3baa33136c5b86c042144faa5002
Reviewed-on: https://gerrit.libreoffice.org/69435
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 | 3 | ||||
-rw-r--r-- | solenv/sanitizers/ui/modules/swriter.suppr | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 8c93cd1f081f..ac7a1fc3c34e 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -430,7 +430,6 @@ custom_widgets = [ 'ClassificationEditView', 'ColorConfigCtrl', 'ColumnEdit', - 'ConditionEdit', 'ContentListBox', 'ContextVBox', 'CustomAnimationList', @@ -453,7 +452,6 @@ custom_widgets = [ 'LookUpComboBox', 'ManagedMenuButton', 'MultiLineEditSyntaxHighlight', - 'NumFormatListBox', 'OFileURLControl', 'OptionalBox', 'PageNumberListBox', @@ -482,7 +480,6 @@ custom_widgets = [ 'SdPageObjsTLB', 'SearchBox', 'SearchResultsBox', - 'SelectionListBox', 'SentenceEditWindow', 'ShowNupOrderWindow', 'ShowNupOrderWindow', diff --git a/solenv/sanitizers/ui/modules/swriter.suppr b/solenv/sanitizers/ui/modules/swriter.suppr index e92034ca2521..ecd5d213813e 100644 --- a/solenv/sanitizers/ui/modules/swriter.suppr +++ b/solenv/sanitizers/ui/modules/swriter.suppr @@ -72,7 +72,7 @@ sw/uiconfig/swriter/ui/fldrefpage.ui://GtkLabel[@id='label4'] orphan-label sw/uiconfig/swriter/ui/fldvarpage.ui://GtkLabel[@id='nameft'] orphan-label sw/uiconfig/swriter/ui/fldvarpage.ui://GtkEntry[@id='name'] no-labelled-by sw/uiconfig/swriter/ui/fldvarpage.ui://GtkLabel[@id='valueft'] orphan-label -sw/uiconfig/swriter/ui/fldvarpage.ui://swlo-ConditionEdit[@id='value'] no-labelled-by +sw/uiconfig/swriter/ui/fldvarpage.ui://GtkEntry[@id='value'] no-labelled-by sw/uiconfig/swriter/ui/fldvarpage.ui://GtkLabel[@id='label5'] orphan-label sw/uiconfig/swriter/ui/fldvarpage.ui://GtkComboBoxText[@id='level'] no-labelled-by sw/uiconfig/swriter/ui/floatingnavigation.ui://GtkLabel[@id='label'] orphan-label |