diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-04 13:34:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-04 13:34:10 +0000 |
commit | 163d89164ebe9d0be0581ccb881ec1ed656f9cf0 (patch) | |
tree | e7fc16039c41f00ef92c8606504e2f9a00f242e9 /editeng | |
parent | 6f1972c3fafd803bfbc232c298597539d9cdd13d (diff) |
fix this to be what the original author thought he was saying
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/accessibility/AccessibleContextBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/accessibility/AccessibleContextBase.cxx b/editeng/source/accessibility/AccessibleContextBase.cxx index 0868e6d1a56a..881db48448dc 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); } |