summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-06-18 12:57:16 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 11:12:07 -0500
commit13d151309343ccd370c185bf69a7570ab218690b (patch)
tree86e4a8a839169f67aa15898428c9ffe31f5e3b0d /editeng
parent28b611787c798402eba5d26ac8756773594f0b86 (diff)
seems to be what was meant
Change-Id: Ia7b784d820249c3d75915761dac34a2aaa190c0b Reviewed-on: https://gerrit.libreoffice.org/16358 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit ecaf1cb3861c1b519a1495487fc796884cf37b92)
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/accessibility/AccessibleContextBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/accessibility/AccessibleContextBase.cxx b/editeng/source/accessibility/AccessibleContextBase.cxx
index 63960564345f..75498f1a824c 100644
--- a/editeng/source/accessibility/AccessibleContextBase.cxx
+++ b/editeng/source/accessibility/AccessibleContextBase.cxx
@@ -215,7 +215,7 @@ uno::Reference<XAccessible> SAL_CALL
{
ThrowIfDisposed ();
throw lang::IndexOutOfBoundsException (
- "no child with index " + OUString(nIndex),
+ "no child with index " + OUString::number(nIndex),
NULL);
}