summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:33:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:04 +0100
commitf3dbc6f9011144df3af7f42f0df1895d75140baf (patch)
tree5166ef9443d3e44026e23a30b80a27a43dcc9738 /include/ucbhelper
parent8c349ca491b155717f0c918fd18df7d1ea7fb0d1 (diff)
loplugin:deletedspecial
Change-Id: I1d5d4fbd996792a3b0d97bb82d5320cbdcaa543e
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/commandenvironment.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/commandenvironment.hxx b/include/ucbhelper/commandenvironment.hxx
index 3501422a9c93..7c5f4f9caa71 100644
--- a/include/ucbhelper/commandenvironment.hxx
+++ b/include/ucbhelper/commandenvironment.hxx
@@ -39,8 +39,8 @@ class UCBHELPER_DLLPUBLIC CommandEnvironment :
CommandEnvironment_Impl* m_pImpl;
private:
- UCBHELPER_DLLPRIVATE CommandEnvironment( const CommandEnvironment& ); // n.i.
- UCBHELPER_DLLPRIVATE CommandEnvironment& operator=( const CommandEnvironment& ); // n.i.
+ CommandEnvironment( const CommandEnvironment& ) SAL_DELETED_FUNCTION;
+ CommandEnvironment& operator=( const CommandEnvironment& ) SAL_DELETED_FUNCTION;
public:
/**