summaryrefslogtreecommitdiff
path: root/sal/util/sal.map
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
commitddcbc46abec5ec9f22582287ea46ca02f64ec34e (patch)
treef5260255d149b40ec9fda12cfbb5d5ed534d8a0e /sal/util/sal.map
parent43b2f425f83e7f7117eeff89ce9950a0a2b8e4c2 (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/sal.map')
-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 2ba0afb0fe15..3cdc7e1ebe3b 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;