summaryrefslogtreecommitdiff
path: root/include/cppuhelper/propshlp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/propshlp.hxx')
-rw-r--r--include/cppuhelper/propshlp.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx
index d8ea54daf471..77dbc27792b3 100644
--- a/include/cppuhelper/propshlp.hxx
+++ b/include/cppuhelper/propshlp.hxx
@@ -204,7 +204,6 @@ private:
};
-
// helper defines needed for an interface container with a 32 bit key values
struct equalInt32_Impl
@@ -342,7 +341,6 @@ protected:
};
-
/**
This abstract class maps the methods of the interfaces XMultiPropertySet, XFastPropertySet
and XPropertySet to the methods getInfoHelper, convertFastPropertyValue,
@@ -713,7 +711,6 @@ public:
throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
-
private:
OPropertySetHelper2( const OPropertySetHelper2 & ) SAL_DELETED_FUNCTION;
OPropertySetHelper2 & operator = ( const OPropertySetHelper2 & )
@@ -735,5 +732,4 @@ protected:
#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */