convert include/editeng/AccessibleEditableTextPara.hxx to OUString

Change-Id: I0416bb85985fe9620f7c0aa03def8896b811c9bd
This commit is contained in:
Noel Grandin 2013-09-09 15:51:40 +02:00
parent da36b3dafb
commit 201f05e1b8
2 changed files with 2 additions and 2 deletions

View File

@ -489,7 +489,7 @@ namespace accessibility
return sal_True;
}
String AccessibleEditableTextPara::GetTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) SAL_THROW((uno::RuntimeException))
OUString AccessibleEditableTextPara::GetTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) SAL_THROW((uno::RuntimeException))
{
DBG_CHKTHIS( AccessibleEditableTextPara, NULL );

View File

@ -318,7 +318,7 @@ namespace accessibility
const Point& GetEEOffset() const;
// Get text from forwarder
String GetTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) SAL_THROW((::com::sun::star::uno::RuntimeException));
OUString GetTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) SAL_THROW((::com::sun::star::uno::RuntimeException));
sal_uInt16 GetTextLen() const SAL_THROW((::com::sun::star::uno::RuntimeException));
/** Get the current selection of this paragraph