From e74f4232844666e74aa2b8383894931c9007188e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 29 Oct 2013 11:22:48 +0200 Subject: convert linguistic::isUpper from xub_StrLen to sal_Int32 Change-Id: I7bf426e1753b3761c9ce8930ad637526a9895495 --- include/linguistic/misc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linguistic') diff --git a/include/linguistic/misc.hxx b/include/linguistic/misc.hxx index 805e3c155e9d..5bbc3214880d 100644 --- a/include/linguistic/misc.hxx +++ b/include/linguistic/misc.hxx @@ -143,7 +143,7 @@ LNG_DLLPUBLIC sal_Int32 GetPosInWordToCheck( const OUString &rTxt, sal_Int32 nPo ::com::sun::star::linguistic2::XHyphenatedWord > &rxHyphWord ); -LNG_DLLPUBLIC sal_Bool IsUpper( const OUString &rText, xub_StrLen nPos, xub_StrLen nLen, sal_Int16 nLanguage ); +LNG_DLLPUBLIC sal_Bool IsUpper( const OUString &rText, sal_Int32 nPos, sal_Int32 nLen, sal_Int16 nLanguage ); inline sal_Bool IsUpper( const OUString &rText, sal_Int16 nLanguage ) { return IsUpper( rText, 0, rText.getLength(), nLanguage ); } LNG_DLLPUBLIC CapType SAL_CALL capitalType(const OUString&, CharClass *); -- cgit