summaryrefslogtreecommitdiffstats
path: root/unotools/source/i18n/nativenumberwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/i18n/nativenumberwrapper.cxx')
-rw-r--r--unotools/source/i18n/nativenumberwrapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/i18n/nativenumberwrapper.cxx b/unotools/source/i18n/nativenumberwrapper.cxx
index 59238084f695..2a9ba2af0556 100644
--- a/unotools/source/i18n/nativenumberwrapper.cxx
+++ b/unotools/source/i18n/nativenumberwrapper.cxx
@@ -37,9 +37,9 @@ NativeNumberWrapper::~NativeNumberWrapper()
}
-::rtl::OUString
+OUString
NativeNumberWrapper::getNativeNumberString(
- const ::rtl::OUString& rNumberString,
+ const OUString& rNumberString,
const ::com::sun::star::lang::Locale& rLocale,
sal_Int16 nNativeNumberMode ) const
{
@@ -52,7 +52,7 @@ NativeNumberWrapper::getNativeNumberString(
{
SAL_WARN( "unotools.i18n", "getNativeNumberString: Exception caught!" );
}
- return ::rtl::OUString();
+ return OUString();
}