vcl/source/window/builder.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit ff4a03705b4242900442ed4fb9c1bf6093d630cb
Author: Caolán McNamara <[email protected]>
AuthorDate: Wed May 27 11:55:29 2020 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Wed May 27 14:58:02 2020 +0200
no GtkCheckButton with :wrap hack exist anymore
Change-Id: Ibf6795798d68efe4ed64a9c3a94f6af550f62bab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94941
Tested-by: Caolán McNamara <[email protected]>
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index ba672930e9ba..00116abc5034 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -1912,9 +1912,6 @@ VclPtr<vcl::Window> VclBuilder::makeObject(vcl::Window
*pParent, const OString &
else if (name == "GtkCheckButton")
{
WinBits nBits = WB_CLIPCHILDREN|WB_CENTER|WB_VCENTER|WB_3DLOOK;
- OUString sWrap = BuilderUtils::extractCustomProperty(rMap);
- if (!sWrap.isEmpty())
- nBits |= WB_WORDBREAK;
bool bIsTriState = extractInconsistent(rMap);
VclPtr<CheckBox> xCheckBox = VclPtr<CheckBox>::Create(pParent, nBits);
if (bIsTriState)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits