summaryrefslogtreecommitdiff
path: root/sal/util
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-10-04 15:06:27 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-09 22:45:24 +0200
commit7ef1190c3e9422998d89df2cf8fcf30bddfc1a03 (patch)
tree3c59c424bfb648626ef195542cb2251245f5f626 /sal/util
parentf2b34cb356bf858eb5108fe76e3595597179a88f (diff)
Add a 'fromIndex' parameter to OUString::replaceAll
This method will be needed for forthcoming String->OUStringBuffer conversions. Change-Id: I001099baaca5cd402aebcd15c031d9060286a8f9
Diffstat (limited to 'sal/util')
-rw-r--r--sal/util/sal.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index 978a66ef5adf..bf518d393590 100644
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -631,6 +631,7 @@ LIBO_UDK_3.7 { # symbols available in >= LibO 3.7
global:
rtl_string_newFromSubString;
rtl_uString_newFromSubString;
+ rtl_uString_newReplaceAllFromIndex;
} LIBO_UDK_3.6;
PRIVATE_1.0 {