diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-23 14:53:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-23 14:53:56 +0200 |
commit | fd7889a9cfb601df65670dcdce8c4c2c2450f47c (patch) | |
tree | 771d97562d4023e975effbe3cae30a1ca204ef73 /sal/util | |
parent | 0f03d20011c31e36823ca5260e1840593d6949a1 (diff) |
Implement full set of OUString::replaceFirst/All literal overloads
Change-Id: I5f525d91ce24d1d2653a6855f1c4fffc039ae398
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/sal.map | 6 |
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; |