summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-23 11:26:19 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-27 22:59:25 -0600
commitad62ed4c84c5339e3d47d9d23ef1bb0268965e03 (patch)
treefef703e076a26741a5027fbd2d3bc83cc2cdcbd7 /svl/inc
parent519c947f213ec69b0c92d3ea76193270644263ea (diff)
spin fractional formatting in it's own imp function like the rest.
Change-Id: I5a7d5fb1da268a3a3506a02f1735107666f02d92
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/zformat.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svl/inc/svl/zformat.hxx b/svl/inc/svl/zformat.hxx
index 33dcbbab19f3..6e22ddd47486 100644
--- a/svl/inc/svl/zformat.hxx
+++ b/svl/inc/svl/zformat.hxx
@@ -614,6 +614,10 @@ private:
xub_StrLen & nDigitCount,
utl::DigitGroupingIterator & );
+ SVL_DLLPRIVATE bool ImpGetFractionOutput(double fNumber,
+ sal_uInt16 nIx,
+ String& OutString);
+
SVL_DLLPRIVATE bool ImpGetDateOutput( double fNumber,
sal_uInt16 nIx,
String& OutString );