diff options
author | sb <sb@openoffice.org> | 2010-11-19 11:35:41 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-11-19 11:35:41 +0100 |
commit | 05aef668acf3ba8bf7afc7d323365a25ceda5683 (patch) | |
tree | 6b050bc38d3a468fff4c3ad4d414b37917229041 /cppuhelper/source/gcc3.map | |
parent | 739343f846f6feb5c586c5ddbf59a7493a93b494 (diff) | |
parent | e81cb20849ba6097359892c769481b51b6e29762 (diff) |
sb131: merged in re/DEV300_next towards DEV300_m94
Diffstat (limited to 'cppuhelper/source/gcc3.map')
-rw-r--r-- | cppuhelper/source/gcc3.map | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cppuhelper/source/gcc3.map b/cppuhelper/source/gcc3.map index 59ab83e34e82..eef6053b7595 100644 --- a/cppuhelper/source/gcc3.map +++ b/cppuhelper/source/gcc3.map @@ -382,3 +382,10 @@ 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; + _ZN4cppu18OPropertySetHelper29setDependentFastPropertyValueEiRKN3com3sun4star3uno3AnyE; +} UDK_3.6; + |