summaryrefslogtreecommitdiff
path: root/editeng/source/uno
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-06 16:31:38 +0200
committerNoel Grandin <noel@peralex.com>2013-09-11 09:45:32 +0200
commitc049ec85893180a444a2d3638f07b4bc1104d4f8 (patch)
tree658ea3e6d5f4f15b2a2a54dc722bcbf5da98948c /editeng/source/uno
parentb0f07a96489f3aa5d65b53322e61f5be747899fd (diff)
convert include/editeng/outliner.hxx from String to OUString
Change-Id: I53a9f334845e163625ed245859bdeb030ae61baa
Diffstat (limited to 'editeng/source/uno')
-rw-r--r--editeng/source/uno/unoedprx.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/uno/unoedprx.cxx b/editeng/source/uno/unoedprx.cxx
index 9369d5633535..e566928cc0ca 100644
--- a/editeng/source/uno/unoedprx.cxx
+++ b/editeng/source/uno/unoedprx.cxx
@@ -198,7 +198,7 @@ void SvxAccessibleTextIndex::SetEEIndex( sal_uInt16 nEEIndex, const SvxTextForwa
aBulletInfo.bVisible &&
aBulletInfo.nType != SVX_NUM_BITMAP )
{
- mnIndex += aBulletInfo.aText.Len();
+ mnIndex += aBulletInfo.aText.getLength();
}
for( nCurrField=0; nCurrField < nFieldCount; ++nCurrField )
@@ -247,7 +247,7 @@ void SvxAccessibleTextIndex::SetIndex( sal_Int32 nIndex, const SvxTextForwarder&
aBulletInfo.bVisible &&
aBulletInfo.nType != SVX_NUM_BITMAP )
{
- sal_Int32 nBulletLen = aBulletInfo.aText.Len();
+ sal_Int32 nBulletLen = aBulletInfo.aText.getLength();
if( nIndex < nBulletLen )
{