diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-26 11:11:13 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 10:27:30 +0200 |
commit | af9d999091ee8ea2757b65f32cf41f5d72a1e3e7 (patch) | |
tree | 5b463d64f9ba8db2d769d829c236f2c511c3e465 /sc/inc | |
parent | 1466096e2248ef6aaa8c0d37e440c6397b59af24 (diff) |
remove unused code ScGlobal::GetStandardFormat
full signature:
ScGlobal::GetStandardFormat(double, SvNumberFormatter&,
unsigned long, short)
Change-Id: Ifa2946cdb1d27f3a7bca1541c8f569456cb45b88
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/global.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 8cf6ba8a08c3..51afdb143e79 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -560,8 +560,6 @@ public: const OUString& rTabName ); SC_DLLPUBLIC static sal_uLong GetStandardFormat( SvNumberFormatter&, sal_uLong nFormat, short nType ); - SC_DLLPUBLIC static sal_uLong GetStandardFormat( double, SvNumberFormatter&, - sal_uLong nFormat, short nType ); SC_DLLPUBLIC static sal_uInt16 GetStandardRowHeight(); SC_DLLPUBLIC static double nScreenPPTX; |