summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-06-18 12:57:16 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-18 11:35:19 +0000
commitecaf1cb3861c1b519a1495487fc796884cf37b92 (patch)
treeb6dd87d7c3a42ba086444da56b33630aca96438e /editeng
parent125f06dbf73c287c3559acbb3096330b5e75135b (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>
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 057fee4efcdc..549ec145fe49 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);
}