diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 12:49:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 12:49:09 +0000 |
commit | 4a9cb361483acf0045881d43aa3f33ecd76d620d (patch) | |
tree | 27cb3d66f6c68af5d5a6660be5409f13d1d6e741 /cppuhelper | |
parent | f8805c44cdd689ca3f9a178c529b0cc08407a09e (diff) |
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
Diffstat (limited to 'cppuhelper')
-rwxr-xr-x | cppuhelper/source/cc5_solaris_sparc.map | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cppuhelper/source/cc5_solaris_sparc.map b/cppuhelper/source/cc5_solaris_sparc.map index 68d97f2e3cf3..de317748021c 100755 --- a/cppuhelper/source/cc5_solaris_sparc.map +++ b/cppuhelper/source/cc5_solaris_sparc.map @@ -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; |