summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk4/convert3to4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk4/convert3to4.cxx')
-rw-r--r--vcl/unx/gtk4/convert3to4.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/unx/gtk4/convert3to4.cxx b/vcl/unx/gtk4/convert3to4.cxx
index ec362aea71b5..3a2e28587546 100644
--- a/vcl/unx/gtk4/convert3to4.cxx
+++ b/vcl/unx/gtk4/convert3to4.cxx
@@ -551,13 +551,6 @@ ConvertResult Convert3To4(const css::uno::Reference<css::xml::dom::XNode>& xNode
xRemoveList.push_back(xChild);
}
- if (sName == "homogeneous")
- {
- // e.g. the buttonbox in xml filter dialog
- if (GetParentObjectType(xChild) == "GtkButtonBox")
- xRemoveList.push_back(xChild);
- }
-
if (sName == "shadow-type")
{
if (GetParentObjectType(xChild) == "GtkFrame")