summaryrefslogtreecommitdiff
path: root/cppuhelper
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
commit5f3bcc15d1722a95e00b014a14234bd380760293 (patch)
tree35ada24d00294e86dad237360411f5971431dba0 /cppuhelper
parent843b2996d704dc022efca78027abd18388c3513f (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')
-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 7333477a7..322957bd8 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;