summaryrefslogtreecommitdiff
path: root/cppuhelper/source/gcc3.map
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-09-16 14:25:54 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-09-16 14:25:54 +0200
commit170aaa64acb5e6a58b72c45aba3248f04ab0b1e2 (patch)
treed886c9029262d857ad2cfea83da3562fd5dbb863 /cppuhelper/source/gcc3.map
parent8d242cc28b41bafa68bc7d7cd2f2807d619d871d (diff)
dba34a: #i111148# do not call setPropertyValue from within setFastPropertyValue_NoBroadcast, this is prone to deadlocks. Instead, use the newly introduced setDependentFastPropertyValue, which postpones the notifications to a more appropriate point in time
Diffstat (limited to 'cppuhelper/source/gcc3.map')
-rw-r--r--cppuhelper/source/gcc3.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/cppuhelper/source/gcc3.map b/cppuhelper/source/gcc3.map
index 59ab83e34e82..178a345d4a0b 100644
--- a/cppuhelper/source/gcc3.map
+++ b/cppuhelper/source/gcc3.map
@@ -382,3 +382,9 @@ UDK_3.6 { # OOo 3.3
_ZN4cppu33createOneInstanceComponentFactoryEPFN3com3sun4star3uno9ReferenceINS3_10XInterfaceEEERKNS4_INS3_17XComponentContextEEEERKN3rtl8OUStringERKNS3_8SequenceISE_EEP16_rtl_ModuleCount;
} UDK_3.5;
+
+UDK_3.7 { # OOo 3.4
+ global:
+ _ZN4cppu18OPropertySetHelper29setDependentFastPropertyValueElRKN3com3sun4star3uno3AnyE;
+} UDK_3.6;
+