summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-24 13:29:34 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-27 22:59:28 -0600
commit389713cfaaa7b7f9736414abf2f184997b9bcf2b (patch)
tree3e92075e0d0b3080d168ca17c2157f27792ea625 /svl/inc
parentee8f9c9426b10f9b69adb1bae9b82602627d239e (diff)
no need for String version of ImpGetOutputStandard
Change-Id: Ie498b7603cd493b00698c2fa1858ba9a77832ea3
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/zformat.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/inc/svl/zformat.hxx b/svl/inc/svl/zformat.hxx
index 7c3dcbde8172..eb6c2b83b0c7 100644
--- a/svl/inc/svl/zformat.hxx
+++ b/svl/inc/svl/zformat.hxx
@@ -570,7 +570,6 @@ private:
const LocaleType & aTmpLocale );
// standard number output
- SVL_DLLPRIVATE void ImpGetOutputStandard( double& fNumber, String& OutString );
SVL_DLLPRIVATE void ImpGetOutputStandard( double& fNumber, OUString& OutString );
SVL_DLLPRIVATE void ImpGetOutputStandard( double& fNumber, OUStringBuffer& OutString );
SVL_DLLPRIVATE void ImpGetOutputStdToPrecision( double& rNumber, OUString& rOutString, sal_uInt16 nPrecision ) const;