diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rtl/string.hxx | 6 | ||||
| -rw-r--r-- | include/rtl/ustring.hxx | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx index c83445010efa..7228fe7567a5 100644 --- a/include/rtl/string.hxx +++ b/include/rtl/string.hxx @@ -1336,8 +1336,7 @@ public: @param radix the radix (between 2 and 36) @return the int32 represented from this string. - 0 if this string represents no number or one of too large - magnitude. + 0 if this string represents no number. */ sal_Int32 toInt32( sal_Int16 radix = 10 ) const SAL_THROW(()) { @@ -1351,8 +1350,7 @@ public: @param radix the radix (between 2 and 36) @return the int64 represented from this string. - 0 if this string represents no number or one of too large - magnitude. + 0 if this string represents no number. */ sal_Int64 toInt64( sal_Int16 radix = 10 ) const SAL_THROW(()) { diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx index da5b909b128b..06ba97b8800e 100644 --- a/include/rtl/ustring.hxx +++ b/include/rtl/ustring.hxx @@ -1799,8 +1799,7 @@ public: @param radix the radix (between 2 and 36) @return the int32 represented from this string. - 0 if this string represents no number or one of too large - magnitude. + 0 if this string represents no number. */ sal_Int32 toInt32( sal_Int16 radix = 10 ) const SAL_THROW(()) { @@ -1814,8 +1813,7 @@ public: @param radix the radix (between 2 and 36) @return the int64 represented from this string. - 0 if this string represents no number or one of too large - magnitude. + 0 if this string represents no number. */ sal_Int64 toInt64( sal_Int16 radix = 10 ) const SAL_THROW(()) { |
