diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-12-07 14:38:02 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-12-27 16:51:27 +0100 |
commit | 4088208d731ac281c88a8854978b683aee477385 (patch) | |
tree | 769a551bccb77347c79776be13720d598bee2439 /sc/inc | |
parent | 672b31d516888f0f1cd0fbfdd3fafc430a233dcb (diff) |
sal_uLong to sal_uInt32/sal_uInt64
Change-Id: I8f563ae1de4ae9e032ffbcfae194372b5501a0ee
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/global.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 7f74550281bd..b236bad1d0c5 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -535,8 +535,7 @@ public: SfxObjectShell* pShell ); SC_DLLPUBLIC static OUString GetDocTabName( const OUString& rFileName, const OUString& rTabName ); - SC_DLLPUBLIC static sal_uLong GetStandardFormat( SvNumberFormatter&, - sal_uLong nFormat, short nType ); + SC_DLLPUBLIC static sal_uInt32 GetStandardFormat( SvNumberFormatter&, sal_uInt32 nFormat, short nType ); SC_DLLPUBLIC static sal_uInt16 GetStandardRowHeight(); SC_DLLPUBLIC static double nScreenPPTX; |