[Libreoffice-commits] core.git: vcl/source

Terrence Enger tenger at iseries-guru.com
Mon Apr 15 05:53:28 PDT 2013


 vcl/source/window/builder.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit e9c050115bb1654c3c91138820b2e9ea0cf7a991
Author: Terrence Enger <tenger at iseries-guru.com>
Date:   Tue Apr 9 15:44:08 2013 -0400

    fdo#61688 SIGABRT with debug build in VclBuilder::handleChild
    
    reverse commit e0dd0e821b9b29e7489e0a17f7c43ef45c0941e9
    as commit 8c4f20938bc5d4013126a00a02e8eca80b250284 is
    a better fix
    
    Change-Id: I4951f19161e6cc92a1297ad17b7cc1fe9c76df0b

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();


More information about the Libreoffice-commits mailing list