diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-14 11:21:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-14 11:21:21 +0000 |
commit | 2334bdc0e61e87e6fcda036b81360cfd81e4deab (patch) | |
tree | 129152940f91e431b422e0b121f0b50a7f5dc5ac /sal/util | |
parent | f3ca6f1b5af9a0016f552cc24ab901fd13185877 (diff) |
move this into comphelper
Diffstat (limited to 'sal/util')
-rwxr-xr-x | sal/util/sal.map | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index a7e3eb6be446..8b1c079ec899 100755 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -194,7 +194,6 @@ 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; @@ -252,7 +251,6 @@ 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; |