summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-23 19:31:49 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-27 22:59:27 -0600
commitbedca5cee7d0c1adbf42b894aaec5098d9224443 (patch)
tree34be6ca030285358063fa36ad15d94c378086d32 /svl/inc
parent114ed543a157adfc2792dc726186a75da9f3665a (diff)
convert ImpGet[Date|Time|DateTime]Output to OUStringBuffer
Change-Id: Ie4ab10b81897ac32228dc1267b3da00250ff82ea
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/zformat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/inc/svl/zformat.hxx b/svl/inc/svl/zformat.hxx
index 7c75d3b69770..18f5a359fb11 100644
--- a/svl/inc/svl/zformat.hxx
+++ b/svl/inc/svl/zformat.hxx
@@ -641,8 +641,8 @@ private:
// Append a "G" short era string of the given calendar. In the case of a
// Gengou calendar this is a one character abbreviation, for other
// calendars the XExtendedCalendar::getDisplayString() method is called.
- SVL_DLLPRIVATE static void ImpAppendEraG( String& OutString, const CalendarWrapper& rCal,
- sal_Int16 nNatNum );
+ SVL_DLLPRIVATE static void ImpAppendEraG( OUStringBuffer& OutStringBuffer, const CalendarWrapper& rCal,
+ sal_Int16 nNatNum );
SVL_DLLPRIVATE bool ImpGetNumberOutput( double fNumber,
sal_uInt16 nIx,