diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-05 14:19:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-16 12:54:14 +0200 |
commit | e087e25f05e689091cbf1c4f91b6e93878ac17ec (patch) | |
tree | 8adb7ccbfa34e45e549a17bd9ee0a85067db1671 /solenv | |
parent | d6b7cc3f7c07b98c90194e8b33cf44b94804b525 (diff) |
weld InputBar
this also restores that DnD of a selection from the inputbar is pasted as plain
text not rich text formatted with the happenstance formatting of the inputbar's
EditEngine
Change-Id: If4934f83c14357afec2e0a7e1d51c8a1aea1d292
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104037
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/sanitizers/ui/modules/scalc.suppr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/sanitizers/ui/modules/scalc.suppr b/solenv/sanitizers/ui/modules/scalc.suppr index 5b29f5340017..2b7c7928ea99 100644 --- a/solenv/sanitizers/ui/modules/scalc.suppr +++ b/solenv/sanitizers/ui/modules/scalc.suppr @@ -72,6 +72,8 @@ sc/uiconfig/scalc/ui/headerfootercontent.ui://GtkLabel[@id='labelSTR_HF_CREATED_ sc/uiconfig/scalc/ui/headerfootercontent.ui://GtkLabel[@id='labelSTR_HF_CUSTOMIZED'] orphan-label sc/uiconfig/scalc/ui/headerfootercontent.ui://GtkLabel[@id='labelSTR_HF_OF'] orphan-label sc/uiconfig/scalc/ui/imoptdialog.ui://GtkLabel[@id='charsetft'] orphan-label +sc/uiconfig/scalc/ui/inputbar.ui://GtkButton[@id='up'] button-no-label +sc/uiconfig/scalc/ui/inputbar.ui://GtkButton[@id='down'] button-no-label sc/uiconfig/scalc/ui/insertsheet.ui://GtkLabel[@id='path'] orphan-label sc/uiconfig/scalc/ui/integerdialog.ui://GtkSpinButton[@id='value'] no-labelled-by sc/uiconfig/scalc/ui/notebookbar_groups.ui://GtkLabel[@id='filegrouplabel'] orphan-label |