diff options
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; |