summaryrefslogtreecommitdiffstats
path: root/sal/util
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-10-02 18:39:30 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-10-02 18:39:54 +0100
commit595ba03fd4769c069bbe0431ab878956ef1c37ad (patch)
treea0db9fe4e82e34b8606bc5be54d24df49a749e9a /sal/util
parentsplash screen: fix RTL mode (diff)
downloadcore-595ba03fd4769c069bbe0431ab878956ef1c37ad.tar.gz
core-595ba03fd4769c069bbe0431ab878956ef1c37ad.zip
update string copy semantics to be undefined in a non-crashing way.
Change-Id: I03bb4db5931932280e368012cbaee6bef2854dd6
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 7a431c3872d9..9efed6aaea9a 100644
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -627,6 +627,12 @@ LIBO_UDK_3.6 { # symbols available in >= LibO 3.6
rtl_uStringBuffer_makeStringAndClear;
} UDK_3.10;
+LIBO_UDK_3.7 { # symbols available in >= LibO 3.7
+ global:
+ rtl_string_newFromSubString;
+ rtl_uString_newFromSubString;
+} UDK_3.10;
+
PRIVATE_1.0 {
global:
osl_detail_ObjectRegistry_storeAddresses;