[Libreoffice-commits] .: cppuhelper/source

Lionel Elie Mamane lmamane at kemper.freedesktop.org
Wed Sep 7 02:54:10 PDT 2011


 cppuhelper/source/gcc3.map |   26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

New commits:
commit 47572f1d92d2d76d9cd55eba9553e546ea5ccaf2
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Wed Sep 7 11:53:53 2011 +0200

    apparently vtable & thunks necessary after all in gcc3.map

diff --git a/cppuhelper/source/gcc3.map b/cppuhelper/source/gcc3.map
index f499461..1e1fefa 100644
--- a/cppuhelper/source/gcc3.map
+++ b/cppuhelper/source/gcc3.map
@@ -391,16 +391,20 @@ UDK_3.7 { # OOo 3.4
 
 UDK_3.8 { # LibO 3.5
 global:
-	## class OPropertySetHelper2
-	# constructors
-	_ZN4cppu19OPropertySetHelper2C1ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb;
-	_ZN4cppu19OPropertySetHelper2C2ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb;
-	# destructors
-	_ZN4cppu19OPropertySetHelper2D0Ev;
-	_ZN4cppu19OPropertySetHelper2D1Ev;
-	_ZN4cppu19OPropertySetHelper2D2Ev;
-	# queryInterface
-	_ZN4cppu19OPropertySetHelper214queryInterfaceERKN3com3sun4star3uno4TypeE;
-	# enableChangeListenerNotification
+        ## class OPropertySetHelper2
+        # vtable
+        _ZTVN4cppu19OPropertySetHelper2E;
+        # constructors
+        _ZN4cppu19OPropertySetHelper2C1ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb;
+        _ZN4cppu19OPropertySetHelper2C2ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb;
+        # destructors
+        _ZN4cppu19OPropertySetHelper2D0Ev;
+        _ZN4cppu19OPropertySetHelper2D1Ev;
+        _ZN4cppu19OPropertySetHelper2D2Ev;
+        # queryInterface
+        _ZN4cppu19OPropertySetHelper214queryInterfaceERKN3com3sun4star3uno4TypeE;
+        _ZThn*_N4cppu19OPropertySetHelper214queryInterfaceERKN3com3sun4star3uno4TypeE;
+        # enableChangeListenerNotification
         _ZN4cppu19OPropertySetHelper232enableChangeListenerNotificationEh;
+        _ZThn*_N4cppu19OPropertySetHelper232enableChangeListenerNotificationEh;
 } UDK_3.7;


More information about the Libreoffice-commits mailing list