summaryrefslogtreecommitdiffstats
path: root/include/ucbhelper/commandenvironment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/commandenvironment.hxx')
-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 7c5f4f9caa71..7383f03cda87 100644
--- a/include/ucbhelper/commandenvironment.hxx
+++ b/include/ucbhelper/commandenvironment.hxx
@@ -39,8 +39,8 @@ class UCBHELPER_DLLPUBLIC CommandEnvironment :
CommandEnvironment_Impl* m_pImpl;
private:
- CommandEnvironment( const CommandEnvironment& ) SAL_DELETED_FUNCTION;
- CommandEnvironment& operator=( const CommandEnvironment& ) SAL_DELETED_FUNCTION;
+ CommandEnvironment( const CommandEnvironment& ) = delete;
+ CommandEnvironment& operator=( const CommandEnvironment& ) = delete;
public:
/**