summaryrefslogtreecommitdiffstats
path: root/sal/util
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-18 15:45:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-18 15:45:17 +0100
commitc2288bd3cb1343d881634e674bf31f41430567cf (patch)
treef7c9320a7c587c3c86ddb01d1319f24ce6442a04 /sal/util
parentCLang++ Dead increment (diff)
downloadcore-c2288bd3cb1343d881634e674bf31f41430567cf.tar.gz
core-c2288bd3cb1343d881634e674bf31f41430567cf.zip
#i112656# add osl_setEnvironment and osl_clearEnvironment
Diffstat (limited to 'sal/util')
-rwxr-xr-xsal/util/sal.map7
1 files changed, 7 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index d5faa563ae3f..8b1c079ec899 100755
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -597,6 +597,13 @@ UDK_3.10 { # OOo 3.2
rtl_math_acosh;
} UDK_3.9;
+
+UDK_3.11 { # OOo 3.4
+ global:
+ osl_setEnvironment;
+ osl_clearEnvironment;
+} UDK_3.10;
+
PRIVATE_1.0 {
global:
osl_detail_ObjectRegistry_storeAddresses;