diff options
author | Michael Stahl <mst@openoffice.org> | 2010-01-08 22:22:08 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-01-08 22:22:08 +0100 |
commit | 0aab9a48358f905de8d65568e5f32e8d36d6021c (patch) | |
tree | 14ec4d8eff21f287375e79604e198adf4df388b9 /cppuhelper/source/gcc3.map | |
parent | d89afea42e33bb771cd9a31fbdc71b94ba4d8679 (diff) |
swunolocking1: #i108161#: WeakReferenceHelper::operator=():
avoid creating a temporary WeakReferenceHelper for uno::Reference assignment.
[according to callgrind this is 3 times faster]
Diffstat (limited to 'cppuhelper/source/gcc3.map')
-rw-r--r-- | cppuhelper/source/gcc3.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppuhelper/source/gcc3.map b/cppuhelper/source/gcc3.map index 9348e91525c0..6b6bac67d8f7 100644 --- a/cppuhelper/source/gcc3.map +++ b/cppuhelper/source/gcc3.map @@ -377,5 +377,6 @@ UDK_3.5 { # OOo 3.0 UDK_3.6 { # OOo 3.3 global: _ZN4cppu11OWeakObject26disposeWeakConnectionPointEv; + _ZN3com3sun4star3uno19WeakReferenceHelperaSERKNS2_9ReferenceINS2_10XInterfaceEEE; } UDK_3.5; |