diff options
author | haru-02 <rahulbalaji78@gmail.com> | 2021-07-18 00:21:11 +0400 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-07-22 19:33:29 +0200 |
commit | 8580f2d5c8fef0c3c3ff1e92da09e13ec2158bea (patch) | |
tree | de70346ea536d8b987ff3991b13b93e31e65398a /solenv | |
parent | 22997c4777eeb424493d1259b72db9a15ff37069 (diff) |
tdf#95394 - ui fill dialog from (bitmap -> image)
Change-Id: Ib30eb0489e8cad2d417bc8638204b95f4acee936
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119115
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/sanitizers/ui/cui.suppr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/sanitizers/ui/cui.suppr b/solenv/sanitizers/ui/cui.suppr index e35732a47402..ef14105b364d 100644 --- a/solenv/sanitizers/ui/cui.suppr +++ b/solenv/sanitizers/ui/cui.suppr @@ -9,9 +9,9 @@ cui/uiconfig/ui/baselinksdialog.ui://GtkLabel[@id='TYPE2'] orphan-label cui/uiconfig/ui/baselinksdialog.ui://GtkLabel[@id='UPDATE'] orphan-label cui/uiconfig/ui/baselinksdialog.ui://GtkLabel[@id='FULL_SOURCE_NAME'] orphan-label cui/uiconfig/ui/baselinksdialog.ui://GtkLabel[@id='FULL_TYPE_NAME'] orphan-label -cui/uiconfig/ui/bitmaptabpage.ui://GtkLabel[@id='label4'] orphan-label -cui/uiconfig/ui/bitmaptabpage.ui://GtkLabel[@id='label9'] orphan-label -cui/uiconfig/ui/bitmaptabpage.ui://GtkSpinButton[@id='tileoffmtr'] no-labelled-by +cui/uiconfig/ui/imagetabpage.ui://GtkLabel[@id='label4'] orphan-label +cui/uiconfig/ui/imagetabpage.ui://GtkLabel[@id='label9'] orphan-label +cui/uiconfig/ui/imagetabpage.ui://GtkSpinButton[@id='tileoffmtr'] no-labelled-by cui/uiconfig/ui/cellalignment.ui://GtkLabel[@id='labelSTR_BOTTOMLOCK'] orphan-label cui/uiconfig/ui/cellalignment.ui://GtkLabel[@id='labelSTR_TOPLOCK'] orphan-label cui/uiconfig/ui/cellalignment.ui://GtkLabel[@id='labelSTR_CELLLOCK'] orphan-label |