summaryrefslogtreecommitdiffstats
path: root/sal/util
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-26 13:49:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-26 13:55:30 +0200
commitedc96a157e3ab8b54046ee28df947a43330d3d3f (patch)
treef941a95670bcaed98194babba77fee143f57e1b1 /sal/util
parentSAL_WARN_UNUSED_RESULT missing from some of the operator+ overloads (diff)
downloadcore-edc96a157e3ab8b54046ee28df947a43330d3d3f.tar.gz
core-edc96a157e3ab8b54046ee28df947a43330d3d3f.zip
Add optimized OUString += literal overload
Change-Id: Ib34196185f90204a71598f2c659c3fddce7a0e4d
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 c41ee41ebc7e..e3f920c7e33c 100644
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -685,6 +685,7 @@ LIBO_UDK_5.0 { # symbols available in >= LibO 5.0
LIBO_UDK_5.1 { # symbols available in >= LibO 5.1
global:
+ rtl_uString_newConcatAsciiL;
rtl_uString_newReplaceAllToAsciiL;
rtl_uString_newReplaceFirstToAsciiL;
} LIBO_UDK_5.0;