summaryrefslogtreecommitdiff
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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/source/i18n/nativenumberwrapper.cxx b/unotools/source/i18n/nativenumberwrapper.cxx
index ac76f2d5e170..d95635514cdd 100644
--- a/unotools/source/i18n/nativenumberwrapper.cxx
+++ b/unotools/source/i18n/nativenumberwrapper.cxx
@@ -64,7 +64,7 @@ NativeNumberWrapper::getNativeNumberString(
}
catch ( const uno::Exception& )
{
- SAL_INFO( "unotools", "getNativeNumberString: Exception caught!" );
+ SAL_WARN( "unotools.i18n", "getNativeNumberString: Exception caught!" );
}
return ::rtl::OUString();
}
@@ -82,7 +82,7 @@ NativeNumberWrapper::isValidNatNum(
}
catch ( const uno::Exception& )
{
- SAL_INFO( "unotools", "isValidNatNum: Exception caught!" );
+ SAL_WARN( "unotools.i18n", "isValidNatNum: Exception caught!" );
}
return sal_False;
}
@@ -100,7 +100,7 @@ NativeNumberWrapper::convertToXmlAttributes(
}
catch ( const uno::Exception& )
{
- SAL_INFO( "unotools", "convertToXmlAttributes: Exception caught!" );
+ SAL_WARN( "unotools.i18n", "convertToXmlAttributes: Exception caught!" );
}
return i18n::NativeNumberXmlAttributes();
}
@@ -117,7 +117,7 @@ NativeNumberWrapper::convertFromXmlAttributes(
}
catch ( const uno::Exception& )
{
- SAL_INFO( "unotools", "convertFromXmlAttributes: Exception caught!" );
+ SAL_WARN( "unotools.i18n", "convertFromXmlAttributes: Exception caught!" );
}
return 0;
}