summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-06-18 21:56:34 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-06-29 09:52:01 +0200
commitec35d2b0b9be787cbc0916d14b87c15d1d18943b (patch)
tree79a673165db7e64bc14235d83ddd0510d89c3b22 /sc/source/ui/Accessibility
parent02119ce226ef7c1fcf419aa0933aa95381ee309b (diff)
Fix typos
Change-Id: If6fafa1ef192411a9d59ef9a4ef4d7f522c67f66 Reviewed-on: https://gerrit.libreoffice.org/55964 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sc/source/ui/Accessibility')
-rw-r--r--sc/source/ui/Accessibility/AccessibleDocument.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx
index fe60737e8252..421d7d5dff4b 100644
--- a/sc/source/ui/Accessibility/AccessibleDocument.cxx
+++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx
@@ -1974,7 +1974,7 @@ uno::Reference<XAccessible > SAL_CALL
xAccessible = GetAccessibleSpreadsheet();
}
- OSL_ENSURE(xAccessible.is(), "here should always be an accessible object or a exception throwed");
+ OSL_ENSURE(xAccessible.is(), "here should always be an accessible object or an exception thrown");
return xAccessible;
}