diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-09 15:51:40 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-11 09:45:35 +0200 |
commit | 201f05e1b82d8ff66eede73c79da21ea62ef858d (patch) | |
tree | b82590141884bfe868b12e9f4d45e458230de697 /include/editeng | |
parent | da36b3dafbf4fa7a310be2f88f99c0c3d5cc2373 (diff) |
convert include/editeng/AccessibleEditableTextPara.hxx to OUString
Change-Id: I0416bb85985fe9620f7c0aa03def8896b811c9bd
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/AccessibleEditableTextPara.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/AccessibleEditableTextPara.hxx b/include/editeng/AccessibleEditableTextPara.hxx index 5f245d0786f5..c5c492e85800 100644 --- a/include/editeng/AccessibleEditableTextPara.hxx +++ b/include/editeng/AccessibleEditableTextPara.hxx @@ -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 |