summaryrefslogtreecommitdiff
path: root/sal/util
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-30 09:12:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-30 11:35:56 +0100
commit1a2912eed9980d7ded481bc60a81597b0c699481 (patch)
tree6528508c2e04c31345ad1a4392638b118b561b40 /sal/util
parent4312ed8c4f85575ab125da84ba09f02430ee9a89 (diff)
add StringBuffers ::remove
Diffstat (limited to 'sal/util')
-rwxr-xr-xsal/util/sal.map9
1 files changed, 7 insertions, 2 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index 020e11fbcb57..152b02349d9c 100755
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -598,14 +598,19 @@ UDK_3.10 { # OOo 3.2
rtl_math_acosh;
} UDK_3.9;
-
-UDK_3.11 { # OOo 3.4
+UDK_3.11 { # symbols available in >= OOo/LibO 3.4
global:
osl_setEnvironment;
osl_clearEnvironment;
osl_setThreadName;
} UDK_3.10;
+LIBO_UDK_3.5 { # symbols available in >= LibO 3.5
+ global:
+ rtl_stringbuffer_remove;
+ rtl_uStringbuffer_remove;
+} UDK_3.10;
+
PRIVATE_1.0 {
global:
osl_detail_ObjectRegistry_storeAddresses;