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

loplugin:deletedspecial

Change-Id: I9cdb0d7cb2bb9207923f2beedef0bbe44451fb6f
üst ec3aae40
......@@ -48,8 +48,8 @@ public:
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
CurrentContextChecker(CurrentContextChecker &); // not defined
void operator =(CurrentContextChecker &); // not defined
CurrentContextChecker(CurrentContextChecker &) SAL_DELETED_FUNCTION;
void operator =(CurrentContextChecker &) SAL_DELETED_FUNCTION;
bool performCheck(
::com::sun::star::uno::Reference<
......
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