From bf97f616796c036443d1c3b4bf5597a9865a11cf Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Oct 2006 11:01:00 +0000 Subject: INTEGRATION: CWS sb59 (1.42.14); FILE MERGED 2006/08/18 12:02:45 sb 1.42.14.1: #i67487# Made code warning-free (wntmsci10). --- svx/source/accessibility/AccessibleTextHelper.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'svx/source/accessibility/AccessibleTextHelper.cxx') diff --git a/svx/source/accessibility/AccessibleTextHelper.cxx b/svx/source/accessibility/AccessibleTextHelper.cxx index fd95774193d3..08617a740c8d 100644 --- a/svx/source/accessibility/AccessibleTextHelper.cxx +++ b/svx/source/accessibility/AccessibleTextHelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleTextHelper.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: obo $ $Date: 2006-09-17 04:03:45 $ + * last change: $Author: obo $ $Date: 2006-10-12 12:01:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -655,7 +655,9 @@ namespace accessibility { // #103998# Not that important, changed from assertion to trace if( mbThisHasFocus ) + { DBG_TRACE("AccessibleTextHelper_Impl::UpdateSelection(): Parent has focus!"); + } USHORT nMaxValidParaIndex( static_cast< USHORT >( GetTextForwarder().GetParagraphCount() ) - 1 ); -- cgit