summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-16 22:19:38 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-17 13:40:08 +0000
commit4ee77518f56915fec9dac2a0649eb633eeb27e25 (patch)
tree2e604cad7137c04a52444c2e7f4fdf09fc0657e0 /include/svtools
parent4f144701971532f6790043e00995138c74e6d3fd (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/svtools')
-rw-r--r--include/svtools/svtabbx.hxx2
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);