summaryrefslogtreecommitdiff
path: root/sal/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 12:37:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 12:37:12 +0000
commit06bc8b4b8cb98e1c01502710889177fcbdc0ef68 (patch)
treee1afe5cc568b72244c6431492d9d09f934fced07 /sal/util
parenta8004326063fd6ca97ed7722caa9922871d7b931 (diff)
INTEGRATION: CWS sal05 (1.42.86); FILE MERGED
2004/01/05 10:50:28 tra 1.42.86.3: merge conflicts resolved 2003/12/18 10:18:51 tra 1.42.86.2: #i22371#new functions added, osl_getFunctionSymbol and osl_getModuleURLFromFunctionAddress 2003/11/24 08:05:47 tra 1.42.86.1: #104528#added osl_createDirectoryPath
Diffstat (limited to 'sal/util')
-rwxr-xr-xsal/util/sal.map5
1 files changed, 4 insertions, 1 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index f2d036fb3..dce0b01bd 100755
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -510,5 +510,8 @@ UDK_3.1 {
UDK_3.2 {
global:
- osl_syncFile;
+ osl_syncFile;
+ osl_createDirectoryPath;
+ osl_getFunctionSymbol;
+ osl_getModuleURLFromFunctionAddress;
} UDK_3.1;