summaryrefslogtreecommitdiff
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
commit6ec64a3d730b961e2de5ca0ab00d0be2d1947c0d (patch)
treef02042fe97400537c99fe121e62d101e9950859b
parent9111657228393eb0cf0db493202abda300754f68 (diff)
#103888# Merged in 1.33.2.3.
-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 c14858aec..020b1dad1 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:
*;
};