[Libreoffice-commits] core.git: editeng/source
Lionel Elie Mamane
lionel at mamane.lu
Thu Jun 18 04:35:40 PDT 2015
editeng/source/accessibility/AccessibleContextBase.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ecaf1cb3861c1b519a1495487fc796884cf37b92
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Thu Jun 18 12:57:16 2015 +0200
seems to be what was meant
Change-Id: Ia7b784d820249c3d75915761dac34a2aaa190c0b
Reviewed-on: https://gerrit.libreoffice.org/16358
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/editeng/source/accessibility/AccessibleContextBase.cxx b/editeng/source/accessibility/AccessibleContextBase.cxx
index 057fee4..549ec14 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);
}
More information about the Libreoffice-commits
mailing list