summaryrefslogtreecommitdiff
path: root/cppuhelper/inc
diff options
context:
space:
mode:
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: