correct OPropertySetHelper2 copy constructor and assignment operator

allows to get rid of export of vtable
This commit is contained in:
Lionel Elie Mamane
2011-09-07 12:09:23 +02:00
parent 47572f1d92
commit 5b80048a1e
2 changed files with 2 additions and 4 deletions

View File

@@ -698,8 +698,8 @@ public:
private: private:
OPropertySetHelper2( const OPropertySetHelper & ) SAL_THROW( () ); OPropertySetHelper2( const OPropertySetHelper2 & ) SAL_THROW( () );
OPropertySetHelper2 & operator = ( const OPropertySetHelper & ) SAL_THROW( () ); OPropertySetHelper2 & operator = ( const OPropertySetHelper2 & ) SAL_THROW( () );
public: public:
// Suppress warning about virtual functions but non-virtual destructor: // Suppress warning about virtual functions but non-virtual destructor:

View File

@@ -392,8 +392,6 @@ UDK_3.7 { # OOo 3.4
UDK_3.8 { # LibO 3.5 UDK_3.8 { # LibO 3.5
global: global:
## class OPropertySetHelper2 ## class OPropertySetHelper2
# vtable
_ZTVN4cppu19OPropertySetHelper2E;
# constructors # constructors
_ZN4cppu19OPropertySetHelper2C1ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb; _ZN4cppu19OPropertySetHelper2C1ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb;
_ZN4cppu19OPropertySetHelper2C2ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb; _ZN4cppu19OPropertySetHelper2C2ERNS_19OBroadcastHelperVarINS_34OMultiTypeInterfaceContainerHelperEN3com3sun4star3uno4TypeEEEPNS_22IEventNotificationHookEb;