summaryrefslogtreecommitdiff
path: root/sal/util
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-12 12:18:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-12 12:18:00 +0100
commit73c9b3c59e0a7807ccd887a09c2e8918f4ddd8ac (patch)
tree2c38e6bfc73fe7dc80f72d7ebd1a539c8c0669ac /sal/util
parent6a94909b44126428133e87033959c94ead3f16b4 (diff)
osl_loadModuleRelativeAscii was erroneously not exported
Diffstat (limited to 'sal/util')
-rw-r--r--sal/util/sal.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index 5ee60b9b577d..920bda9413c7 100644
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -613,6 +613,7 @@ LIBO_UDK_3.6 { # symbols available in >= LibO 3.6
global:
osl_unmapMappedFile;
osl_identicalDirectoryItem;
+ osl_loadModuleRelativeAscii;
rtl_string_newReplaceAll;
rtl_string_newReplaceFirst;
rtl_uString_newReplaceAll;