My email to [email protected] on Tuesday seems to have disappeared.
Trying the dev list.

Terry.

>From a36f8dd01dbd19c7c57b104a9bfd5626e6b89ae1 Mon Sep 17 00:00:00 2001
From: Terrence Enger <[email protected]>
Date: Tue, 9 Apr 2013 15:44:08 -0400
Subject: [PATCH] fdo#61688 SIGABRT with debug build in VclBuilder::handleChild

reverse commit e0dd0e821b9b29e7489e0a17f7c43ef45c0941e9
as commit 8c4f20938bc5d4013126a00a02e8eca80b250284 is
a better fix

Change-Id: I4951f19161e6cc92a1297ad17b7cc1fe9c76df0b
---
 vcl/source/window/builder.cxx |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 6b7c2cb..bf09bbc 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -1392,8 +1392,6 @@ void VclBuilder::handleTabChild(Window *pParent, xmlreader::XmlReader &reader)
 //we sort these into a best-tab-order sequence
 bool VclBuilder::sortIntoBestTabTraversalOrder::operator()(const Window *pA, const Window *pB) const
 {
-    if (pA == pB)
-        return false;
     //sort child order within parent list by grid position
     sal_Int32 nTopA = pA->get_grid_top_attach();
     sal_Int32 nTopB = pB->get_grid_top_attach();
-- 
1.7.4.1

_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to