Kaydet (Commit) f3dbc6f9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:deletedspecial

Change-Id: I1d5d4fbd996792a3b0d97bb82d5320cbdcaa543e
üst 8c349ca4
......@@ -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:
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment