diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-07 14:13:34 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-07 14:17:16 +0300 |
commit | 04d6f16a99b5067d3b6ae1c8309699a90133037f (patch) | |
tree | 9a13972f8a63e57e98c5e82cb166acd6140a51ac /cppuhelper/source | |
parent | 3b243b5fa37793074698b5a1dce65ead0ddae3ea (diff) |
This seems to help the MSVC build along
Diffstat (limited to 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/msvc_win32_intel.map | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cppuhelper/source/msvc_win32_intel.map b/cppuhelper/source/msvc_win32_intel.map index 6409275e0f88..1808e30f8a55 100644 --- a/cppuhelper/source/msvc_win32_intel.map +++ b/cppuhelper/source/msvc_win32_intel.map @@ -287,7 +287,8 @@ UDK_3.7 { # OOo 3.4 UDK_3.8 { # LibO 3.5 global: - ?queryInterface@OPropertySetHelper@cppu@@UAA?AVAny@uno@star@sun@com@@ABVType@4567@@Z; + ??1OPropertySetHelper2@cppu@@UAE@XZ; + ??0OPropertySetHelper2@cppu@@QAE@AAU?$OBroadcastHelperVar@VOMultiTypeInterfaceContainerHelper@cppu@@VType@uno@star@sun@com@@@1@PAVIEventNotificationHook@1@_N@Z; + ?queryInterface@OPropertySetHelper2@cppu@@UAA?AVAny@uno@star@sun@com@@ABVType@4567@@Z; ?enableChangeListenerNotification@OPropertySetHelper2@cppu@@UAAXE@Z; - ??_7OPropertySetHelper2@cppu@@6BXPropertySetOption@beans@star@sun@com@@@; } UDK_3.7; |