summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility/AccessibleScrollPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/accessibility/AccessibleScrollPanel.cxx')
-rw-r--r--sd/source/ui/accessibility/AccessibleScrollPanel.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/accessibility/AccessibleScrollPanel.cxx b/sd/source/ui/accessibility/AccessibleScrollPanel.cxx
index ff34c9556bde..93f16bb19ea3 100644
--- a/sd/source/ui/accessibility/AccessibleScrollPanel.cxx
+++ b/sd/source/ui/accessibility/AccessibleScrollPanel.cxx
@@ -1,7 +1,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
@@ -99,11 +99,11 @@ Reference<XAccessible> SAL_CALL
const vos::OGuard aSolarGuard (Application::GetSolarMutex());
Reference<XAccessible> xChild;
-
+
ScrollPanel& rPanel (GetScrollPanel());
sal_uInt32 nControlCount (mrTreeNode.GetControlContainer().GetControlCount());
-
+
// The children of this accessible object include the tree node children
// and the two scroll bars (when they are visible).
if (nIndex < 0)
@@ -124,7 +124,7 @@ Reference<XAccessible> SAL_CALL
}
else
throw lang::IndexOutOfBoundsException();
-
+
return xChild;
}