summaryrefslogtreecommitdiff
path: root/include/comphelper/propertycontainerhelper.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:09:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:57 +0100
commite92e1959ca18cc921fa97f1cbd28dc96a9177841 (patch)
treedad397e4d1b63e2517fbcfd9e8d7550e2c9fc143 /include/comphelper/propertycontainerhelper.hxx
parent4d79146adf941236d9fd2aeeff5cd291ec44d77e (diff)
loplugin:deletedspecial
Change-Id: I0aeba0c65b19c1107f617ed0af0028cced9bd434
Diffstat (limited to 'include/comphelper/propertycontainerhelper.hxx')
-rw-r--r--include/comphelper/propertycontainerhelper.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/comphelper/propertycontainerhelper.hxx b/include/comphelper/propertycontainerhelper.hxx
index 1809b19a278c..430c86ff76f4 100644
--- a/include/comphelper/propertycontainerhelper.hxx
+++ b/include/comphelper/propertycontainerhelper.hxx
@@ -85,8 +85,6 @@ private:
typedef Properties::const_iterator ConstPropertiesIterator;
Properties m_aProperties;
- bool m_bUnused;
-
protected:
OPropertyContainerHelper();
~OPropertyContainerHelper();
@@ -188,8 +186,8 @@ private:
COMPHELPER_DLLPRIVATE PropertiesIterator searchHandle(sal_Int32 _nHandle);
private:
- COMPHELPER_DLLPRIVATE OPropertyContainerHelper( const OPropertyContainerHelper& ); // never implemented
- COMPHELPER_DLLPRIVATE OPropertyContainerHelper& operator=( const OPropertyContainerHelper& ); // never implemented
+ OPropertyContainerHelper( const OPropertyContainerHelper& ) SAL_DELETED_FUNCTION;
+ OPropertyContainerHelper& operator=( const OPropertyContainerHelper& ) SAL_DELETED_FUNCTION;
};