summaryrefslogtreecommitdiff
path: root/cppuhelper/inc
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2011-09-07 12:09:23 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2011-09-07 12:09:23 +0200
commit5b80048a1ef119db569f9e9a259e94e773201b1f (patch)
tree3d8cffa1036556dcbde95bbf71ac684b1086c787 /cppuhelper/inc
parent47572f1d92d2d76d9cd55eba9553e546ea5ccaf2 (diff)
correct OPropertySetHelper2 copy constructor and assignment operator
allows to get rid of export of vtable
Diffstat (limited to 'cppuhelper/inc')
-rw-r--r--cppuhelper/inc/cppuhelper/propshlp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/inc/cppuhelper/propshlp.hxx b/cppuhelper/inc/cppuhelper/propshlp.hxx
index f8237daf55b7..66bbc761fa19 100644
--- a/cppuhelper/inc/cppuhelper/propshlp.hxx
+++ b/cppuhelper/inc/cppuhelper/propshlp.hxx
@@ -698,8 +698,8 @@ public:
private:
- OPropertySetHelper2( const OPropertySetHelper & ) SAL_THROW( () );
- OPropertySetHelper2 & operator = ( const OPropertySetHelper & ) SAL_THROW( () );
+ OPropertySetHelper2( const OPropertySetHelper2 & ) SAL_THROW( () );
+ OPropertySetHelper2 & operator = ( const OPropertySetHelper2 & ) SAL_THROW( () );
public:
// Suppress warning about virtual functions but non-virtual destructor: