Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


My email to gerrit@libreoffice.org on Tuesday seems to have disappeared.
Trying the dev list.

Terry.

From a36f8dd01dbd19c7c57b104a9bfd5626e6b89ae1 Mon Sep 17 00:00:00 2001
From: Terrence Enger <tenger@iseries-guru.com>
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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.