diff options
Diffstat (limited to 'vcl/unx/gtk4/convert3to4.cxx')
-rw-r--r-- | vcl/unx/gtk4/convert3to4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk4/convert3to4.cxx b/vcl/unx/gtk4/convert3to4.cxx index 0fdbdb7e6a93..9d5a4b7b12f6 100644 --- a/vcl/unx/gtk4/convert3to4.cxx +++ b/vcl/unx/gtk4/convert3to4.cxx @@ -1343,7 +1343,7 @@ ConvertResult Convert3To4(const css::uno::Reference<css::xml::dom::XNode>& xNode // https://gitlab.gnome.org/GNOME/gtk/-/issues/4041 double encode ampersands if use-underline is used if (gtk_check_version(4, 3, 2) != nullptr) { - if (xPropertyLabel && bUseUnderline) + if (xPropertyLabel) { auto xLabelText = xPropertyLabel->getFirstChild(); if (xLabelText.is()) |