loplugin:deletedspecial
Change-Id: I8ec246416736bc0316c222d1b9435bd2747597b8
This commit is contained in:
@@ -51,8 +51,8 @@ public:
|
||||
private:
|
||||
class RetryContinuation;
|
||||
|
||||
InteractionRequest(InteractionRequest &); // not implemented
|
||||
void operator =(const InteractionRequest&); // not implemented
|
||||
InteractionRequest(InteractionRequest &) SAL_DELETED_FUNCTION;
|
||||
void operator =(const InteractionRequest&) SAL_DELETED_FUNCTION;
|
||||
|
||||
virtual ~InteractionRequest();
|
||||
|
||||
|
@@ -121,8 +121,8 @@ public:
|
||||
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
private:
|
||||
JavaVirtualMachine(JavaVirtualMachine &); // not implemented
|
||||
void operator =(const JavaVirtualMachine&); // not implemented
|
||||
JavaVirtualMachine(JavaVirtualMachine &) SAL_DELETED_FUNCTION;
|
||||
void operator =(const JavaVirtualMachine&) SAL_DELETED_FUNCTION;
|
||||
|
||||
virtual ~JavaVirtualMachine();
|
||||
|
||||
|
@@ -88,8 +88,8 @@ public:
|
||||
bool m_hasFragment;
|
||||
|
||||
private:
|
||||
UriReference(UriReference &); // not implemented
|
||||
void operator =(UriReference); // not implemented
|
||||
UriReference(UriReference &) SAL_DELETED_FUNCTION;
|
||||
void operator =(UriReference) SAL_DELETED_FUNCTION;
|
||||
|
||||
void appendSchemeSpecificPart(OUStringBuffer & buffer) const;
|
||||
};
|
||||
|
Reference in New Issue
Block a user