summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-05 01:31:49 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-18 19:57:21 -0600
commitc77cebdf33b5fde38879233ee8c6fb6390bfcbb8 (patch)
tree5d66c6be03b67c2ec4885f329ca7ee0f61553946 /svl/inc
parent52c492ca729295ab53b110edf525a3eed25872f7 (diff)
svl: convert GetQuoteEnd to OUString
Change-Id: I79bd0aecb98b7b47ee892ed4ce1b53abcd09ff44
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/zformat.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svl/inc/svl/zformat.hxx b/svl/inc/svl/zformat.hxx
index ea15bcf9d4a8..2fbadcbfee93 100644
--- a/svl/inc/svl/zformat.hxx
+++ b/svl/inc/svl/zformat.hxx
@@ -375,9 +375,10 @@ public:
Uses <method>IsInQuote</method> internally, so you don't have to call
that prior to a call of this method.
*/
- static xub_StrLen GetQuoteEnd( const String& rString, xub_StrLen nPos,
- sal_Unicode cQuote = '"',
- sal_Unicode cEscIn = '\0', sal_Unicode cEscOut = '\\' );
+ static sal_Int32 GetQuoteEnd( const OUString& rString, sal_Int32 nPos,
+ sal_Unicode cQuote = '"',
+ sal_Unicode cEscIn = '\0',
+ sal_Unicode cEscOut = '\\' );
void SetComment( const OUString& rStr )
{ sComment = rStr; }