summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleTextHelper.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 11:01:00 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 11:01:00 +0000
commitbf97f616796c036443d1c3b4bf5597a9865a11cf (patch)
tree8b5846d130477a303ebf5283346e4050c6c15206 /svx/source/accessibility/AccessibleTextHelper.cxx
parent36ab0eb47f4e832205287e111e3ee593877bbca7 (diff)
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).
Diffstat (limited to 'svx/source/accessibility/AccessibleTextHelper.cxx')
-rw-r--r--svx/source/accessibility/AccessibleTextHelper.cxx6
1 files changed, 4 insertions, 2 deletions
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 );