summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rwxr-xr-xsal/util/sal.map9
1 files changed, 5 insertions, 4 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index 2686650f61ce..13e8d1f193f4 100755
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -511,13 +511,14 @@ UDK_3.1 {
UDK_3.2 {
global:
osl_syncFile;
- osl_createDirectoryPath;
- osl_getFunctionSymbol;
- osl_getModuleURLFromFunctionAddress;
} UDK_3.1;
-UDK_3.3 { # OOo 2.0
+UDK_3.3 {
global:
+ osl_createDirectoryPath;
+ osl_getFunctionSymbol;
+ osl_getModuleURLFromFunctionAddress;
rtl_uStringbuffer_insertUtf32;
rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths;
} UDK_3.2;
+