diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-08-16 22:19:38 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-17 13:40:08 +0000 |
commit | 4ee77518f56915fec9dac2a0649eb633eeb27e25 (patch) | |
tree | 2e604cad7137c04a52444c2e7f4fdf09fc0657e0 /include | |
parent | 4f144701971532f6790043e00995138c74e6d3fd (diff) |
SvTabListBox::GetToken: sal_Unicode* to OUString + OUString::getToken
Change-Id: I1006b33aaf4ba31cfbd38dd2a39b06cb7a381af6
Reviewed-on: https://gerrit.libreoffice.org/5461
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/svtabbx.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/svtabbx.hxx b/include/svtools/svtabbx.hxx index 86138df498ef..93502c316fc5 100644 --- a/include/svtools/svtabbx.hxx +++ b/include/svtools/svtabbx.hxx @@ -53,7 +53,7 @@ private: protected: SvTreeListEntry* pViewParent; - static const sal_Unicode* GetToken( const sal_Unicode* pPtr, sal_uInt16& rLen ); + static OUString GetToken( const OUString &sStr, sal_Int32 &nIndex ); virtual void SetTabs(); virtual void InitEntry(SvTreeListEntry*, const OUString&, const Image&, const Image&, SvLBoxButtonKind); |