diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/gcc3os2.map | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cppuhelper/source/gcc3os2.map b/cppuhelper/source/gcc3os2.map index 1a93a046ff6e..6aada0273d59 100644 --- a/cppuhelper/source/gcc3os2.map +++ b/cppuhelper/source/gcc3os2.map @@ -368,3 +368,9 @@ UDK_3.4 { # OOo 2.4 global: _ZN4cppu19bootstrap_expandUriERKN3rtl8OUStringE; # rtl::OUString cppu::bootstrap_expandUri(rtl::OUString const &) } UDK_3.3; + +UDK_3.5 { # OOo 3.0 + global: + _ZN4cppu18OPropertySetHelperC1ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb; + _ZN4cppu18OPropertySetHelperC2ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb; +} UDK_3.4; |