summaryrefslogtreecommitdiff
path: root/cppuhelper/source/gcc3.map
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 12:50:01 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 12:50:01 +0000
commit68f6e36a6f9d4d993d298c0cab22bb777bd81e24 (patch)
tree518d2ef8fc14489168c6021aab4459aea66b687c /cppuhelper/source/gcc3.map
parent4a9cb361483acf0045881d43aa3f33ecd76d620d (diff)
INTEGRATION: CWS custommeta (1.3.16); FILE MERGED
2008/02/04 15:23:31 mst 1.3.16.1: new interface: new OPropertySetHelper constructor - cppuhelper/inc/cppuhelper/propshlp.hxx,cppuhelper/source/propshlp.cxx: + new interface IEventNotificationHook + new constructor for OPropertySetHelper, taking an IEventNotificationHook + OPropertySetHelper::fire calls given IEventNotificationHook - cppuhelper/source/{cc5_solaris_sparc.map,gcc3.map}: + export new OPropertySetHelper constructor
Diffstat (limited to 'cppuhelper/source/gcc3.map')
-rw-r--r--cppuhelper/source/gcc3.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/cppuhelper/source/gcc3.map b/cppuhelper/source/gcc3.map
index 2bfb31b75e8f..819c3e046b30 100644
--- a/cppuhelper/source/gcc3.map
+++ b/cppuhelper/source/gcc3.map
@@ -367,3 +367,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;