INTEGRATION: CWS custommeta (1.19.16); FILE MERGED

2008/02/04 15:23:31 mst 1.19.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
This commit is contained in:
Oliver Bolte
2008-02-26 12:49:09 +00:00
parent f8805c44cd
commit 4a9cb36148

View File

@@ -348,3 +348,9 @@ UDK_3.5 { # OOo 2.4
global:
__1cEcppuTbootstrap_expandUri6FrknDrtlIOUString__2_; # rtl::OUString cppu::bootstrap_expandUri(rtl::OUString const &)
} UDK_3.4;
UDK_3.6 { # OOo 3.0
global:
__1cEcppuSOPropertySetHelper2t5B6Mrn0ATOBroadcastHelperVar4n0AbIOMultiTypeInterfaceContainerHelper_nDcomDsunEstarDunoEType___pn0AWIEventNotificationHook_b_v_;
__1cEcppuSOPropertySetHelper2t6Mrn0ATOBroadcastHelperVar4n0AbIOMultiTypeInterfaceContainerHelper_nDcomDsunEstarDunoEType___pn0AWIEventNotificationHook_b_v_;
} UDK_3.5;