summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-23 11:40:52 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-27 22:59:26 -0600
commit61c7f9b6ce4d4624ddc5403c29fc607ac5acbdf0 (patch)
treebb400b60f062f844796ef6f2d499073637fe75ee /svl/inc
parentad62ed4c84c5339e3d47d9d23ef1bb0268965e03 (diff)
spin Scientific formatting in its own imp function
Change-Id: I8d9e0d01642c04ca7742b68e8926b3966418f841
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/zformat.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svl/inc/svl/zformat.hxx b/svl/inc/svl/zformat.hxx
index 6e22ddd47486..cc1110f2af24 100644
--- a/svl/inc/svl/zformat.hxx
+++ b/svl/inc/svl/zformat.hxx
@@ -617,6 +617,9 @@ private:
SVL_DLLPRIVATE bool ImpGetFractionOutput(double fNumber,
sal_uInt16 nIx,
String& OutString);
+ SVL_DLLPRIVATE bool ImpGetScientificOutput(double fNumber,
+ sal_uInt16 nIx,
+ String& OutString);
SVL_DLLPRIVATE bool ImpGetDateOutput( double fNumber,
sal_uInt16 nIx,