diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-15 21:04:07 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-16 21:22:44 -0400 |
commit | 8657e723d0853a868599a2c20a353fba0d03d8e6 (patch) | |
tree | 4f2dae6e342c260182f08f0cc856aada13a77f3a /cppuhelper | |
parent | a3e7f4b932c82bf399a3530d8059b7097b389de9 (diff) |
Changing the vtable symbol from XPropertySet to XPropertySet2.
NOTE: This needs to be double-checked by an expert. I'm modifying
a symbol that's defined in the UDK_3_0_0 section. I'm not really
sure if this will cause any ABI breakages for either the core code
or extensions.
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/msvc_win32_intel.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/msvc_win32_intel.map b/cppuhelper/source/msvc_win32_intel.map index bf20bb67d0e3..39a1469e11a9 100644 --- a/cppuhelper/source/msvc_win32_intel.map +++ b/cppuhelper/source/msvc_win32_intel.map @@ -64,7 +64,7 @@ GetVersionInfo; ??_7OPropertyArrayHelper@cppu@@6B@; ??_7OPropertySetHelper@cppu@@6BXFastPropertySet@beans@star@sun@com@@@; ??_7OPropertySetHelper@cppu@@6BXMultiPropertySet@beans@star@sun@com@@@; -??_7OPropertySetHelper@cppu@@6BXPropertySet@beans@star@sun@com@@@; +??_7OPropertySetHelper@cppu@@6BXPropertySet2@beans@star@sun@com@@@; ??_GIPropertyArrayHelper@cppu@@UAEPAXI@Z; ??_GOPropertyArrayHelper@cppu@@UAEPAXI@Z; ?addPropertiesChangeListener@OPropertySetHelper@cppu@@UAAXABV?$Sequence@VOUString@rtl@@@uno@star@sun@com@@ABV?$Reference@VXPropertiesChangeListener@beans@star@sun@com@@@4567@@Z; |