diff options
author | Carsten Driesner <cd@openoffice.org> | 2010-11-15 13:10:36 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2010-11-15 13:10:36 +0100 |
commit | 14b3f70af24aa72b9ddb380d4674d8126ebb20df (patch) | |
tree | 6c815609de903dc6d5e76a0816ee52dbd212cc39 /cppuhelper/source/gcc3.map | |
parent | d0b6725a60a3ca5fa8ca7d2e55a51f9ba8720f85 (diff) | |
parent | 1ed36293dcf8c363b3889c83a7eb7898a8b131d0 (diff) |
Rebase to DEV300m93
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; + |