summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/accessiblelistboxentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/source/extended/accessiblelistboxentry.cxx')
-rw-r--r--accessibility/source/extended/accessiblelistboxentry.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx b/accessibility/source/extended/accessiblelistboxentry.cxx
index 71c52a90b1db..7ab28367b3d4 100644
--- a/accessibility/source/extended/accessiblelistboxentry.cxx
+++ b/accessibility/source/extended/accessiblelistboxentry.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -50,7 +50,7 @@
#include <comphelper/accessibleeventnotifier.hxx>
#include <toolkit/helper/vclunohelper.hxx>
-#define ACCESSIBLE_ACTION_COUNT 1
+#define ACCESSIBLE_ACTION_COUNT 1
namespace
{
@@ -81,11 +81,11 @@ namespace accessibility
SvLBoxEntry* _pEntry,
const Reference< XAccessible >& _xParent ) :
- AccessibleListBoxEntry_BASE ( m_aMutex ),
+ AccessibleListBoxEntry_BASE ( m_aMutex ),
ListBoxAccessibleBase( _rListBox ),
m_nClientId ( 0 ),
- m_aParent ( _xParent )
+ m_aParent ( _xParent )
{
DBG_CTOR( AccessibleListBoxEntry, NULL );
@@ -348,13 +348,13 @@ namespace accessibility
{
DBG_ASSERT( m_aEntryPath.size(), "AccessibleListBoxEntry::getAccessibleParent: invalid path!" );
if ( 1 == m_aEntryPath.size() )
- { // we're a top level entry
+ { // we're a top level entry
// -> our parent is the tree listbox itself
if ( getListBox() )
xParent = getListBox()->GetAccessible( );
}
else
- { // we have a entry as parent -> get it's accessible
+ { // we have a entry as parent -> get it's accessible
// shorten our access path by one
::std::deque< sal_Int32 > aParentPath( m_aEntryPath );
@@ -514,7 +514,7 @@ namespace accessibility
// do nothing, because no focus for each item
}
// -----------------------------------------------------------------------------
- sal_Int32 AccessibleListBoxEntry::getForeground( ) throw (RuntimeException)
+ sal_Int32 AccessibleListBoxEntry::getForeground( ) throw (RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
@@ -604,7 +604,7 @@ namespace accessibility
EnsureIsAlive();
String sText = getText();
- if ( ( 0 > nStartIndex ) || ( sText.Len() <= nStartIndex )
+ if ( ( 0 > nStartIndex ) || ( sText.Len() <= nStartIndex )
|| ( 0 > nEndIndex ) || ( sText.Len() <= nEndIndex ) )
throw IndexOutOfBoundsException();