diff options
author | Sébastien Le Ray <sebastien-libreoffice@orniz.org> | 2011-02-10 16:54:04 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-10 16:54:04 +0100 |
commit | 5765d0c90b6a7d4cb370119b3a967eb2026c1c7c (patch) | |
tree | 71b31ce271ae25b46cd5b4e5c276e7779870dac2 /sal/util | |
parent | 2ed163062e59f817485a0ceb244f2cae9d28ce22 (diff) |
Add compareToNumeric to OUString & Co
Diffstat (limited to 'sal/util')
-rwxr-xr-x | sal/util/sal.map | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index 8b1c079ec899..a7e3eb6be446 100755 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -194,6 +194,7 @@ UDK_3_0_0 { rtl_locale_setDefault; rtl_str_getLength; rtl_str_compare; + rtl_str_compare_Numeric; rtl_str_compare_WithLength; rtl_str_shortenedCompare_WithLength; rtl_str_reverseCompare_WithLength; @@ -251,6 +252,7 @@ UDK_3_0_0 { rtl_stringbuffer_newFromStr_WithLength; rtl_stringbuffer_newFromStringBuffer; rtl_ustr_compare; + rtl_ustr_compare_Numeric; rtl_ustr_compare_WithLength; rtl_ustr_shortenedCompare_WithLength; rtl_ustr_reverseCompare_WithLength; |