INTEGRATION: CWS sb13 (1.21.8); FILE MERGED
2004/02/06 10:22:14 sb 1.21.8.1: #i19699# Fixed string usage (adding number to string), patch supplied by tono.
This commit is contained in:
parent
d66d985636
commit
c26e7d32f6
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: AccessibleDrawDocumentView.cxx,v $
|
||||
*
|
||||
* $Revision: 1.21 $
|
||||
* $Revision: 1.22 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2004-01-20 10:33:36 $
|
||||
* last change: $Author: kz $ $Date: 2004-02-26 13:30:30 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -320,7 +320,8 @@ uno::Reference<XAccessible> SAL_CALL
|
|||
}
|
||||
else
|
||||
throw lang::IndexOutOfBoundsException (
|
||||
::rtl::OUString::createFromAscii ("no accessible child with index ") + nIndex,
|
||||
::rtl::OUString::createFromAscii ("no accessible child with index ")
|
||||
+ rtl::OUString::valueOf(nIndex),
|
||||
static_cast<uno::XWeak*>(this));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue