summaryrefslogtreecommitdiff
path: root/sal/util
diff options
context:
space:
mode:
authorSébastien Le Ray <sebastien-libreoffice@orniz.org>2011-02-10 16:54:04 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-02-10 16:54:04 +0100
commit5cb80049f5a9472260947056a25d89fef31d86b1 (patch)
treeef7881b28c5f9680d392f2e589b398dc92630856 /sal/util
parentb1ca63cb764cfea0eb7e6e924b6ec0023e9d1cd1 (diff)
Add compareToNumeric to OUString & Co
Diffstat (limited to 'sal/util')
-rwxr-xr-xsal/util/sal.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index 8b1c079ec..a7e3eb6be 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;