summaryrefslogtreecommitdiffstats
path: root/sal/util
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-23 14:53:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-23 14:53:56 +0200
commitfd7889a9cfb601df65670dcdce8c4c2c2450f47c (patch)
tree771d97562d4023e975effbe3cae30a1ca204ef73 /sal/util
parenttypo (diff)
downloadcore-fd7889a9cfb601df65670dcdce8c4c2c2450f47c.tar.gz
core-fd7889a9cfb601df65670dcdce8c4c2c2450f47c.zip
Implement full set of OUString::replaceFirst/All literal overloads
Change-Id: I5f525d91ce24d1d2653a6855f1c4fffc039ae398
Diffstat (limited to 'sal/util')
-rw-r--r--sal/util/sal.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index baafa66a255f..c41ee41ebc7e 100644
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -683,6 +683,12 @@ LIBO_UDK_5.0 { # symbols available in >= LibO 5.0
rtl_secureZeroMemory;
} LIBO_UDK_4.3;
+LIBO_UDK_5.1 { # symbols available in >= LibO 5.1
+ global:
+ rtl_uString_newReplaceAllToAsciiL;
+ rtl_uString_newReplaceFirstToAsciiL;
+} LIBO_UDK_5.0;
+
PRIVATE_1.0 {
global:
osl_detail_ObjectRegistry_storeAddresses;