convert include/editeng/AccessibleEditableTextPara.hxx to OUString
Change-Id: I0416bb85985fe9620f7c0aa03def8896b811c9bd
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user