summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 12:38:30 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 12:38:30 +0000
commit031bcace66873a93034aeb79556ec12ecb39d3f3 (patch)
tree053eb8e6554b17db25d911a4bb303a23d0a76798
parente1c4946c72e3987a1190f123f1e4729851f45f22 (diff)
INTEGRATION: CWS sb13 (1.43.14); FILE MERGED
2004/02/09 09:30:55 sb 1.43.14.2: #i19699# Use UDK_3.3 instead of UDK_3.10 for OOo 2.0. 2004/02/05 14:02:53 sb 1.43.14.1: #i19699# Added rtl::OUStringBuffer::append/insertUtf32.
-rwxr-xr-xsal/util/sal.map5
1 files changed, 5 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index 3cdc7e1ebe3b..a56f44764466 100755
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -515,3 +515,8 @@ UDK_3.2 {
osl_getFunctionSymbol;
osl_getModuleURLFromFunctionAddress;
} UDK_3.1;
+
+UDK_3.3 { # OOo 2.0
+ global:
+ rtl_uStringbuffer_insertUtf32;
+} UDK_3.2;