summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-23 14:36:39 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-27 22:59:26 -0600
commite59a75c9fdf1b7b0bb997ee1788c31efffeb2cec (patch)
tree47906154af65a1d3b712da2f26e5095e31c82a59 /svl/inc
parent61c7f9b6ce4d4624ddc5403c29fc607ac5acbdf0 (diff)
migrate ImpNumberFillWithThousand implementation to OUString[Buffer]
Change-Id: Ife0fbb28ba2686a9a251757e109f2ac451296192
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/zformat.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svl/inc/svl/zformat.hxx b/svl/inc/svl/zformat.hxx
index cc1110f2af24..c71a70643f9f 100644
--- a/svl/inc/svl/zformat.hxx
+++ b/svl/inc/svl/zformat.hxx
@@ -607,12 +607,12 @@ private:
// Helper function to fill in the group (AKA thousand) separators
// or to skip additional digits
- SVL_DLLPRIVATE void ImpDigitFill( String& sStr,
- xub_StrLen nStart,
- xub_StrLen& k,
- sal_uInt16 nIx,
- xub_StrLen & nDigitCount,
- utl::DigitGroupingIterator & );
+ SVL_DLLPRIVATE void ImpDigitFill( OUStringBuffer& sStr,
+ sal_Int32 nStart,
+ sal_Int32& k,
+ sal_uInt16 nIx,
+ sal_Int32 & nDigitCount,
+ utl::DigitGroupingIterator & );
SVL_DLLPRIVATE bool ImpGetFractionOutput(double fNumber,
sal_uInt16 nIx,