[Libreoffice-commits] .: editeng/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jan 4 05:34:21 PST 2011


 editeng/source/accessibility/AccessibleContextBase.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 564c5d1ec709f4f0935ec48dbe4e8892503949ea
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 4 13:34:10 2011 +0000

    fix this to be what the original author thought he was saying

diff --git a/editeng/source/accessibility/AccessibleContextBase.cxx b/editeng/source/accessibility/AccessibleContextBase.cxx
index 2590a55..39a280c 100644
--- a/editeng/source/accessibility/AccessibleContextBase.cxx
+++ b/editeng/source/accessibility/AccessibleContextBase.cxx
@@ -244,7 +244,7 @@ uno::Reference<XAccessible> SAL_CALL
 {
     ThrowIfDisposed ();
     throw lang::IndexOutOfBoundsException (
-        ::rtl::OUString::createFromAscii ("no child with index " + nIndex),
+        ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("no child with index ") + nIndex),
         NULL);
 }
 


More information about the Libreoffice-commits mailing list