summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:53:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-09 21:04:10 +0100
commitb4f38d8b788018b3f88421d72bb82ad3bdeef9e2 (patch)
treeac428f55c596a8cef2c466e0a4bd7e8507768230 /sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
parent21d1d0d2340d40f646c5e3f413a33b45ab89675f (diff)
loplugin:indentation in sc
Change-Id: Ieafabbafde456edba5adbe1fd587c32f04aedb98 Reviewed-on: https://gerrit.libreoffice.org/67562 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx')
-rw-r--r--sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
index 084cd6d83195..fe4ae808336c 100644
--- a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
+++ b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
@@ -862,7 +862,7 @@ uno::Reference<XAccessible> ScShapeChildren::GetBackShape(sal_Int32 nIndex) cons
if (nIndex >= 0)
throw lang::IndexOutOfBoundsException();
- return xAccessible;
+ return xAccessible;
}
sal_Int32 ScShapeChildren::GetForeShapeCount() const
@@ -889,7 +889,7 @@ uno::Reference<XAccessible> ScShapeChildren::GetForeShape(sal_Int32 nIndex) cons
if (nIndex >= 0)
throw lang::IndexOutOfBoundsException();
- return xAccessible;
+ return xAccessible;
}
sal_Int32 ScShapeChildren::GetControlCount() const
@@ -916,7 +916,7 @@ uno::Reference<XAccessible> ScShapeChildren::GetControl(sal_Int32 nIndex) const
if (nIndex >= 0)
throw lang::IndexOutOfBoundsException();
- return xAccessible;
+ return xAccessible;
}
struct ScShapePointFound