diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-11-18 18:28:03 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-11-18 18:28:03 +0100 |
commit | 075e1732d439fafd93d9dad93e450b4ad80b3745 (patch) | |
tree | f415da3efd979ea9bdebc1780a2293f5130c6a94 /cppuhelper | |
parent | e81cb20849ba6097359892c769481b51b6e29762 (diff) |
#i115599# use symbol shortcut
Notes
Notes:
split repo tag: ure_ooo/DEV300_m94
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/gcc3.map | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cppuhelper/source/gcc3.map b/cppuhelper/source/gcc3.map index eef6053b7595..7017d274c95d 100644 --- a/cppuhelper/source/gcc3.map +++ b/cppuhelper/source/gcc3.map @@ -385,7 +385,6 @@ UDK_3.6 { # OOo 3.3 UDK_3.7 { # OOo 3.4 global: - _ZN4cppu18OPropertySetHelper29setDependentFastPropertyValueElRKN3com3sun4star3uno3AnyE; - _ZN4cppu18OPropertySetHelper29setDependentFastPropertyValueEiRKN3com3sun4star3uno3AnyE; + _ZN4cppu18OPropertySetHelper29setDependentFastPropertyValueE?RKN3com3sun4star3uno3AnyE; } UDK_3.6; |