diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 10:07:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 10:07:06 +0000 |
commit | 774aa7ffce86c8b2b9187b6f1312f2397b2c6249 (patch) | |
tree | c0894988955fad8248ab5fc2014f3d2b18c54581 /sal | |
parent | e08467e1583d4e4773bffe4278091fcd9593af23 (diff) |
INTEGRATION: CWS crashreport01 (1.44.6); FILE MERGED
2004/03/17 13:34:54 hro 1.44.6.3: #110526# Resolved conflict
2004/03/15 09:39:13 hro 1.44.6.2: RESYNC: (1.44-1.45); FILE MERGED
2004/02/17 07:34:37 tra 1.44.6.1: #115441#moved 3 functions from UDK_3.2 section to UDK_3.3 section where they belong
Diffstat (limited to 'sal')
-rwxr-xr-x | sal/util/sal.map | 9 |
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; + |