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 a8087118cecc..62af8aa16fb9 100644
--- a/sd/source/ui/accessibility/AccessibleScrollPanel.cxx
+++ b/sd/source/ui/accessibility/AccessibleScrollPanel.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
@@ -100,11 +100,11 @@ Reference<XAccessible> SAL_CALL
const SolarMutexGuard aSolarGuard;
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)
@@ -125,7 +125,7 @@ Reference<XAccessible> SAL_CALL
}
else
throw lang::IndexOutOfBoundsException();
-
+
return xChild;
}