summaryrefslogtreecommitdiffstats
path: root/sc/inc/stringutil.hxx
diff options
context:
space:
mode:
authorelixir <prashant3.yishu@gmail.com>2013-03-14 13:57:57 +0530
committerFridrich Strba <fridrich@documentfoundation.org>2013-03-14 22:12:59 +0000
commitb0cf3aba085373d84a55ef144b273a8a89d017af (patch)
treec467424c3517618299eccebbcd39b84f548d8eea /sc/inc/stringutil.hxx
parentFix svl Windows build (diff)
downloadcore-b0cf3aba085373d84a55ef144b273a8a89d017af.tar.gz
core-b0cf3aba085373d84a55ef144b273a8a89d017af.zip
fdo#38838: Replaced some (Uni)String to OUString in core/sc
Change-Id: I4fa27b933c5b3cf2645b139bf6349b90f613feab Reviewed-on: https://gerrit.libreoffice.org/2735 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sc/inc/stringutil.hxx')
-rw-r--r--sc/inc/stringutil.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx
index 48c94f523949..988dea2da23e 100644
--- a/sc/inc/stringutil.hxx
+++ b/sc/inc/stringutil.hxx
@@ -106,9 +106,9 @@ public:
static bool parseSimpleNumber(
const ::rtl::OUString& rStr, sal_Unicode dsep, sal_Unicode gsep, double& rVal);
- static xub_StrLen SC_DLLPUBLIC GetQuotedTokenCount(const UniString &rIn, const UniString& rQuotedPairs, sal_Unicode cTok = ';' );
- static UniString SC_DLLPUBLIC GetQuotedToken(const UniString &rIn, xub_StrLen nToken, const UniString& rQuotedPairs,
- sal_Unicode cTok, xub_StrLen& rIndex );
+ static sal_Int32 SC_DLLPUBLIC GetQuotedTokenCount(const OUString &rIn, const OUString& rQuotedPairs, sal_Unicode cTok = ';' );
+ static OUString SC_DLLPUBLIC GetQuotedToken(const OUString &rIn, sal_Int32 nToken, const OUString& rQuotedPairs,
+ sal_Unicode cTok, sal_Int32& rIndex );
};