diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-06-19 15:17:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-06-19 15:17:35 +0000 |
commit | 55697a6b854266ce8f773ec96830d13816517eb4 (patch) | |
tree | db4c96933e9d94c9adfe07ef3ecd4f55b0b4d1e3 /sal | |
parent | 45b808d8c3b6b7a8f13cf20fb3ab201802f81bf2 (diff) |
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')
-rwxr-xr-x | sal/util/sal.map | 4 |
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; |