From 170aaa64acb5e6a58b72c45aba3248f04ab0b1e2 Mon Sep 17 00:00:00 2001 From: "Frank Schoenheit [fs]" Date: Thu, 16 Sep 2010 14:25:54 +0200 Subject: 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 --- cppuhelper/source/gcc3.map | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cppuhelper/source/gcc3.map') 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; + -- cgit From 1ed36293dcf8c363b3889c83a7eb7898a8b131d0 Mon Sep 17 00:00:00 2001 From: Vladimir Glazunov Date: Thu, 11 Nov 2010 15:41:49 +0100 Subject: #i10000# added export for x64 --- cppuhelper/source/gcc3.map | 1 + 1 file changed, 1 insertion(+) (limited to 'cppuhelper/source/gcc3.map') diff --git a/cppuhelper/source/gcc3.map b/cppuhelper/source/gcc3.map index 178a345d4a0b..eef6053b7595 100644 --- a/cppuhelper/source/gcc3.map +++ b/cppuhelper/source/gcc3.map @@ -386,5 +386,6 @@ UDK_3.6 { # OOo 3.3 UDK_3.7 { # OOo 3.4 global: _ZN4cppu18OPropertySetHelper29setDependentFastPropertyValueElRKN3com3sun4star3uno3AnyE; + _ZN4cppu18OPropertySetHelper29setDependentFastPropertyValueEiRKN3com3sun4star3uno3AnyE; } UDK_3.6; -- cgit