summaryrefslogtreecommitdiff
path: root/i18npool/inc/nativenumbersupplier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/nativenumbersupplier.hxx')
-rw-r--r--i18npool/inc/nativenumbersupplier.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/inc/nativenumbersupplier.hxx b/i18npool/inc/nativenumbersupplier.hxx
index 0fe10c4218d1..e248a1812004 100644
--- a/i18npool/inc/nativenumbersupplier.hxx
+++ b/i18npool/inc/nativenumbersupplier.hxx
@@ -59,11 +59,11 @@ public:
// following methods are not for XNativeNumberSupplier, they are for calling from transliterations
/// @throws css::uno::RuntimeException
- OUString SAL_CALL getNativeNumberString( const OUString& aNumberString,
+ OUString getNativeNumberString( const OUString& aNumberString,
const css::lang::Locale& aLocale, sal_Int16 nNativeNumberMode,
css::uno::Sequence< sal_Int32 >& offset );
/// @throws css::uno::RuntimeException
- sal_Unicode SAL_CALL getNativeNumberChar( const sal_Unicode inChar,
+ sal_Unicode getNativeNumberChar( const sal_Unicode inChar,
const css::lang::Locale& aLocale, sal_Int16 nNativeNumberMode ) ;
private: