summaryrefslogtreecommitdiff
path: root/sal/util
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2002-11-04 14:43:58 +0000
committerStephan Bergmann <sb@openoffice.org>2002-11-04 14:43:58 +0000
commit0dbf490bf70ad13d05953be63f416ab8fa5b2144 (patch)
tree378ee338cd7c2b583e70358ab371233d164819ef /sal/util
parent592b7bee0460efe191558b89be905244ef48164e (diff)
#103888# Merged in 1.33.2.3.
Diffstat (limited to 'sal/util')
-rwxr-xr-xsal/util/sal.map8
1 files changed, 8 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index c14858aec6d5..020b1dad12f9 100755
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -493,6 +493,14 @@ UDK_3_0_0 {
UDK_3.1 {
global:
osl_getTempDirURL;
+
+ rtl_math_doubleToString;
+ rtl_math_doubleToUString;
+ rtl_math_pow10Exp;
+ rtl_math_round;
+ rtl_math_stringToDouble;
+ rtl_math_uStringToDouble;
+
local:
*;
};