summaryrefslogtreecommitdiffstats
path: root/sal/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-19 15:17:35 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-19 15:17:35 +0000
commit55697a6b854266ce8f773ec96830d13816517eb4 (patch)
treedb4c96933e9d94c9adfe07ef3ecd4f55b0b4d1e3 /sal/util
parentINTEGRATION: CWS obr05 (1.21.124); FILE MERGED (diff)
downloadcore-55697a6b854266ce8f773ec96830d13816517eb4.tar.gz
core-55697a6b854266ce8f773ec96830d13816517eb4.zip
INTEGRATION: CWS obr05 (1.57.108); FILE MERGED
2007/04/30 10:47:18 obr 1.57.108.2: RESYNC: (1.57-1.58); FILE MERGED 2007/04/03 09:46:24 obr 1.57.108.1: #i76025# New OSL API: osl_getModuleHandle & osl_getAsciiFunctionSymbol Also removed usage of osl_psz_getSymbol and osl_psz_loadModule in nlsupport.c and security.c
Diffstat (limited to 'sal/util')
-rwxr-xr-xsal/util/sal.map4
1 files changed, 3 insertions, 1 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index 0266db5c71b0..ec32b74a9faa 100755
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -551,8 +551,10 @@ UDK_3.5 {
rtl_cache_free;
} UDK_3.4;
-UDK_3.6 {
+UDK_3.6 { # OOo 2.3
global:
+ osl_getAsciiFunctionSymbol;
+ osl_getModuleHandle;
rtl_uString_intern;
rtl_uString_internConvert;
} UDK_3.5;