summaryrefslogtreecommitdiff
path: root/include/vcl/i18nhelp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/i18nhelp.hxx')
-rw-r--r--include/vcl/i18nhelp.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/i18nhelp.hxx b/include/vcl/i18nhelp.hxx
index 306440f61439..5be46d598a7e 100644
--- a/include/vcl/i18nhelp.hxx
+++ b/include/vcl/i18nhelp.hxx
@@ -24,6 +24,7 @@
#include <i18nlangtag/languagetag.hxx>
#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>
+#include <tools/long.hxx>
#include <vcl/dllapi.h>
#include <memory>
@@ -64,7 +65,7 @@ public:
bool MatchString( const OUString& rStr1, const OUString& rStr2 ) const;
bool MatchMnemonic( const OUString& rString, sal_Unicode cMnemonicChar ) const;
- OUString GetNum( long nNumber, sal_uInt16 nDecimals, bool bUseThousandSep = true, bool bTrailingZeros = true ) const;
+ OUString GetNum( tools::Long nNumber, sal_uInt16 nDecimals, bool bUseThousandSep = true, bool bTrailingZeros = true ) const;
static OUString filterFormattingChars( const OUString& );
};